blob: adee1b90313688ea423e5d50e72c1ac419c109ed [file] [log] [blame]
struct s
{
int pad:1, no:1;
};
void
f (struct s *b, int c)
{
char d = b->no && c;
}