* decl.c (make_typename_type): s/parameters/arguments/.
[official-gcc.git] / gcc / testsuite / g++.dg / cpp0x / inline-ns10.C
blob3ab425f7be4a8bec390304e60ad2cedff993dc9d
1 // PR c++/84707
2 // { dg-do compile { target c++11 } }
4 inline namespace {
5   namespace {}
8 namespace {} // { dg-error "conflicts" }