Revert accidental change to crash36.C
From-SVN: r129774
This commit is contained in:
parent
88b823145e
commit
9c6fc6c6e5
@ -5,7 +5,7 @@
|
||||
template <typename... T> struct A // { dg-error "does not include variadic templates" }
|
||||
{
|
||||
static T &t; // { dg-error "not expanded with|T" }
|
||||
static const int i = sizeof (++t);
|
||||
static const int i = sizeof (++t); // { dg-error "invalid use of template type parameter" }
|
||||
};
|
||||
|
||||
int x[A <int>::i]; // { dg-error "is not an integral constant-expression" }
|
||||
|
Loading…
Reference in New Issue
Block a user