rt_gccstream/gcc/testsuite/gcc.c-torture/compile/921019-1.c

10 lines
46 B
C

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