blob: 2e106ae43a94fa5ce14e195b5eed4b218fc115d9 [file] [log] [blame]
struct s {
int f1 : 26;
int f2 : 8;
};
f (struct s *x)
{
return x->f2++ == 0;
}