1 // PR debug/36278
2 // { dg-do compile }
3 
4 namespace N
5 {
6   typedef void T;
7 }
8 using N::T;
9