// PR debug/6387
// Verify that -g1 works with local class member functions.

void foo();
void bar() {
  struct A { A() { foo(); } } a;
}


syntax highlighted by Code2HTML, v. 0.9.1