Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
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
;
};