* fi.po: Update.
[official-gcc.git] / gcc / testsuite / g++.dg / lookup / linkage2.C
blob994264d3ebcd3b754e49b82590f92d9a66b67e93
1 // PR c++/27227
3 namespace x {
4   extern "C" const int y;
6 using x::y;
7 extern "C" int const y=0;