blob: 68e8034d4fddbf5785913594ad21db4d4c3a0ca6 [file] [log] [blame]
// PR c++/84707
// { dg-do compile { target c++11 } }
inline namespace {
namespace {} // not this one
void a ();
}
namespace {
int a (); // { dg-error "ambiguating" "" }
}