blob: 227bdc276fa97cc214691394d4153e4a32cc91c9 [file] [log] [blame]
struct
{
int n:1,c:1;
}p;
f()
{
p.c=p.n=0;
}