Dead
[official-gcc.git] / gomp-20050608-branch / gcc / testsuite / g++.dg / ext / typeof7.C
blob6c426931bbbc3b509beb5851c917e21586fcb7c5
1 // PR c++/13635
2 // { dg-options "" }
4 template<int n> class X {template<class Y> typeof(Y::y) foo();};
5 X<0> x;