921e5a0eb4
From-SVN: r14840
10 lines
46 B
C
10 lines
46 B
C
struct
|
|
{
|
|
int n:1,c:1;
|
|
}p;
|
|
|
|
f()
|
|
{
|
|
p.c=p.n=0;
|
|
}
|