* fi.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / using31.C
blob3b1f6e90e10459c3d48ecf18039f6b9b2714708c
1 // { dg-do compile }
3 struct H2 { int f (); };
4 struct J2 : H2
6   struct f {};
7   using H2::f;
8 };