PR c++/81917 - ICE with void_t and partial specialization.
[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;