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

3 lines
65 B
C

f(j)int j;{return++j>0;}
main(){if(f((~0U)>>1))abort();exit(0);}