OSDN Git Service

* gcc.c-torture/compile/20021120-1.c: New test.
[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);}