2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / pr87155.C
blob7c7e8fbfee6988ba8fa4d75c0a45247d9f1f5101
1 // { dg-do compile { target c++11 } }
2 // PR c++/87155 confused about which anon namespace
4 namespace {
5   void a (); // this one
8 inline namespace n2 {
9          namespace {}
10
12 namespace {
13   int a ();  // { dg-error "ambiguating" "" }