Revert accidental change to crash36.C

From-SVN: r129774
This commit is contained in:
Doug Gregor 2007-10-30 13:38:10 +00:00
parent 88b823145e
commit 9c6fc6c6e5

View File

@ -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" }