OSDN Git Service

PR rtl-optimization/34628
[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);}