Commit 21d886ac by Mark Mitchell

New test

From-SVN: r22065
parent 479781c5
// Build don't link:
// Special g++ Options:
// excess errors test - XFAIL *-*-*
template <class T, int I>
struct S {
struct X {};
};
template <class T, class U, int I>
void f(T, U)
{
S<T, I>::X();
}
template void f<int, double, 3>(int, double);
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment