OSDN Git Service

* gcc.c-torture/execute/20030222-1.x: New file.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.c-torture / execute / 920409-1.c
1 x(){signed char c=-1;return c<0;}main(){if(x()!=1)abort();exit(0);}