2003-12-26 Guilhem Lavaux <guilhem@kaffe.org>
[official-gcc.git] / gcc / testsuite / g++.dg / parse / crash6.C
blob0cc5c84faf7a3adac7fbd230c27feacd9ddcac9c
1 struct P {};
2     
3 template <typename >
4 struct O 
6     struct I;
7 };
9 template <typename T>
10 struct O<T>::I::S : P {}; // { dg-error "" }