prog.c 91 B

12345678
  1. #include <glib.h>
  2. #ifndef MESON_OUR_GLIB
  3. #error "Failed"
  4. #endif
  5. int main() { return 0; }