aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8.1/gcc/testsuite/g++.dg/parse/crash3.C
blob: 5a48ebc7cc7c3a1d1e6d3b78943a92cb30fa0334 (plain)
1
2
template <class T> struct L { struct I {}; };
template <class T> void L<T>::I::foo() {} // { dg-error "" }