2018-11-07 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / inline-ns10.C
blob68e8034d4fddbf5785913594ad21db4d4c3a0ca6
1 // PR c++/84707
2 // { dg-do compile { target c++11 } }
4 inline namespace {
5          namespace {} // not this one
6          void a ();
9 namespace {
10   int a (); // { dg-error "ambiguating" "" }