Commit bd505538 by Jason Merrill

new

From-SVN: r25434
parent a7d308f7
// Build don't link: // Build don't link:
template <> template <>
enum E {e}; // ERROR - template declaration of enum XFAIL *-*-* enum E {e}; // ERROR - template declaration of enum
template <> struct A {}; // ERROR - not a specialization
template <> void f (); // ERROR - not a specialization
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