Sign in
gnu
/
gcc
/
4aef14b09557ce072f1269bd8a05fa2b1df0eda2
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.pt
/
crash17.C
blob: bd9e20b4a06eb52fecaa6b8160e587538615718a [
file
] [
log
] [
blame
]
// { dg-do assemble }
template
<
int
B
>
class
foo
;
template
<
class
U
>
class
bar
{
typedef
foo
<(
U
::
id
>
0
)>
foobar
;
};