re PR c++/67184 (Missed optimization with C++11 final specifier)
[official-gcc.git] / gcc / testsuite / g++.dg / other / dump-ada-spec-5.C
blob4a106c56bc4b9482f66a5c5e8e4395ce2e5b55d2
1 /* { dg-do compile } */
2 /* { dg-options "-fdump-ada-spec" } */
4 namespace foo
6   int bar = 0;
9 namespace bar = foo;
11 /* { dg-final { cleanup-ada-spec } } */