// PR c++/27505

struct s {
  bool field:8;
};

void
foo (struct s *p)
{
  if (!p->field)
    ;
}


syntax highlighted by Code2HTML, v. 0.9.1