Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
nontype1.C
blob: 834a36a26a0471b179d671eb1c856235371d99da [
file
] [
log
] [
blame
]
// PR c++/4934
// dump_expr didn't know how to deal with a CONVERT_EXPR with no type.
template
<unsigned>
struct
A
{};
template
<
typename
T
>
struct
B
{
A
<
sizeof
(+
int
())>
a
;
};