mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 16:32:18 +01:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
		
			71 B
		
	
	
	
		
			C
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
		
			71 B
		
	
	
	
		
			C
		
	
	
	
	
	
|   | #include <glib.h>
 | ||
|  | 
 | ||
|  | int main() | ||
|  | { | ||
|  |     g_assert(42 < 0); | ||
|  |     return 0; | ||
|  | } | ||
|  | 
 |