// Test PR 15736 fix
// Contributed by Devang Patel <dpatel@apple.com>
// { dg-do compile }


struct B {
  int n;
};

struct A : B {
  using B::n;
};


syntax highlighted by Code2HTML, v. 0.9.1