The Meson Build System http://mesonbuild.com/
 
 
 
 
 
 

5 lines
75 B

#include <glib.h>
gboolean c_test_two_is_true (void) {
return TRUE;
}