OSDN Git Service

* gcc.c-torture/execute/960321-1.x: Remove.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 921007-1.c
1 static int strcmp(){return-1;}
2 #define strcmp __builtin_strcmp
3 main()
4 {
5 if(strcmp("X","X\376")>=0)abort();
6 exit(0);
7 }