OSDN Git Service

* name-lookup.c (current_decl_namespace): Non-static.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / lookup / linkage1.C
1 // DR 563
2
3 extern int i; // { dg-error "linkage" }
4 extern "C" int i; // { dg-error "linkage" }