aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/g++.dg/cpp1z/nested-namespace-def2.C
blob: c47a94a46ded6cb08850ac5311877c55be0ce2ff (plain)
1
2
3
4
5
// { dg-options "-std=c++11 -pedantic-errors" }

namespace A::B::C // { dg-error "nested namespace definitions only available with" }
{
}