void abort (void); void exit (int); int main(void) { int j=1081; struct { signed int m:11; }l; if((l.m=j)==j)abort(); exit(0); }