From-SVN: r26070
This commit is contained in:
Jason Merrill 1999-03-30 18:22:28 -05:00
parent 30f7237966
commit fa848ee014

View File

@ -2,8 +2,6 @@
// Simplified from testcase by Christophe Boyanique <boyan@imac.u-paris2.fr>
// crash test - XFAIL *-*-*
template <class T> struct foo { foo(); };
template<class T> foo<T>::foo() {}
T // ERROR - currently an ICE
T // ERROR - currently an ICE