* g++.dg/debug/pr71432.C: Fail on AIX.
[official-gcc.git] / gcc / testsuite / g++.dg / debug / namespace2.C
blobf70bc8fada8bd6cf2ef2ca5a4bbc65106600af64
1 // PR debug/36278
2 // { dg-do compile }
4 namespace N
6   typedef void T;
8 using N::T;