blob: 938ce7d92d61e157b8e66fd5b2cb14c5675ef6be [file] [log] [blame]
x(){signed char c=-1;return c<0;}main(){if(x()!=1)abort();exit(0);}