added crash test XFAIL

From-SVN: r23913
This commit is contained in:
Alexandre Oliva 1998-11-26 20:39:54 +00:00
parent c885faf89a
commit 6715688ead
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
// 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 - XFAIL *-*-*
T // ERROR - currently an ICE