From-SVN: r22159
This commit is contained in:
Mark Mitchell 1998-09-01 13:05:03 +00:00
parent 830fcda8e7
commit 2c2b32dc36

View file

@ -1,6 +1,5 @@
// Build don't link:
// Special g++ Options:
// excess errors test - XFAIL *-*-*
template <class T, int I>
struct S {
@ -13,4 +12,4 @@ S<T,I>::X f(T, U)
S<T, I>::X();
}
template S<int, double>::X f<int, double, 3>(int, double);
template S<int, 3>::X f<int, double, 3>(int, double);