aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/g++.dg/ext/typeof7.C
blob: 6c426931bbbc3b509beb5851c917e21586fcb7c5 (plain)
1
2
3
4
5
6
// PR c++/13635
// { dg-options "" }

template<int n> class X {template<class Y> typeof(Y::y) foo();};
X<0> x;