ocaml/config/auto-aux/gcctest.c

9 lines
66 B
C

int main()
{
#ifdef __GNUC__
exit(0);
#else
exit(1);
#endif
}