blob: 9a64f0fe154c0b49e8ae21228b0672fb9cbd36ef [file] [log] [blame]
// Build don't link:
// GROUPS passed niklas nested-types
struct A {
struct B { void f (); };
struct C : B { void f () { B::f (); } };
};