// PR c++/27292

struct A
{
  int i : 8;
};

bool foo(A a)
{
  return int(a.i);
}


syntax highlighted by Code2HTML, v. 0.9.1