OSDN Git Service

PR java/43504
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / g++.dg / ext / typeof7.C
1 // PR c++/13635
2 // { dg-options "" }
3
4 template<int n> class X {template<class Y> typeof(Y::y) foo();};
5 X<0> x;
6