mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	Meson checks file extension case-insentively, and compiles ".C" as C source instead of C++.
		
			
				
	
	
		
			11 lines
		
	
	
		
			114 B
		
	
	
	
		
			C++
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			114 B
		
	
	
	
		
			C++
		
	
	
	
	
	
#include <glib.h>
 | 
						|
#include <gmodule.h>
 | 
						|
#include <glib-object.h>
 | 
						|
#include <gio/gio.h>
 | 
						|
 | 
						|
int
 | 
						|
main ()
 | 
						|
{
 | 
						|
  return 0;
 | 
						|
}
 |