2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 921007-1.c
blob23ab52e7ae89cdea8a50a6e396f78ead7ab41b1c
1 static int strcmp(){return-1;}
2 #define strcmp __builtin_strcmp
3 main()
5 if(strcmp("X","X\376")>=0)abort();
6 exit(0);