Home
Manpages
About
(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
lookup/
linkage2.C
// PR c++/27227 namespace x { extern "C" const int y; } using x::y; extern "C" int const y=0;