PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.c-torture / execute / 920409-1.c
blob938ce7d92d61e157b8e66fd5b2cb14c5675ef6be
1 x(){signed char c=-1;return c<0;}main(){if(x()!=1)abort();exit(0);}