struct { int n:1,c:1; }p; void f(void) { p.c=p.n=0; }