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

8 lines
91 B

#include <glib.h>
#ifndef MESON_OUR_GLIB
#error "Failed"
#endif
int main() { return 0; }