Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash22.C
blob: c1d81b4fbfbe41f19d5dbe5ef3c50e15dfefe281 [
file
] [
log
] [
blame
]
// { dg-do assemble }
template
<
class
T
>
struct
S1
{};
template
<
class
T
,
class
U
=
S1
<
T
>
>
struct
S2
{};
template
struct
S2
<
100
>;
// { dg-error "" } type/value mismatch