blob: 3b1f6e90e10459c3d48ecf18039f6b9b2714708c [file] [log] [blame]
// { dg-do compile }
struct H2 { int f (); };
struct J2 : H2
{
struct f {};
using H2::f;
};