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