Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
crash90.C
blob: 4cfc40822a864857af38cec1793f3a1aa577fbab [
file
] [
log
] [
blame
]
// PR c++/39750
template
<
unsigned
>
struct
A
;
template
<
typename
>
struct
B
;
template
<
typename
T
,
A
<
B
<
T
>
{}
// { dg-error "initializer|parse error|type|expected" }