1 f(got){if(got!=0xffff)abort();} 2 main(){signed char c=-1;unsigned u=(unsigned short)c;f(u);exit(0);}