920409-1.c   [plain text]


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