tcc-65816/test/tests/920409-1.c
2017-06-09 13:52:12 +02:00

2 lines
68 B
C

x(){signed char c=-1;return c<0;}main(){if(x()!=1)abort();exit(0);}