Commit 51795d12 by Martin v. Löwis

Can't link it - no main()

From-SVN: r25961
parent f3692274
// Build don't run: // Build don't link:
// Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il> // Simplified from testcase by Erez Louidor Lior <s3824888@techst02.technion.ac.il>
// excess errors test - XFAIL *-*-*
template <class T> struct A { template <class T> struct A {
static const int l[1]; static const int l[1];
}; };
......
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