Sign in
gnu
/
gcc
/
19220ca6aa79921cc431e41f25986e16410c7a6a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
error2.C
blob: 8dd1e9d30da4a3ac80845eef7dae593a6b425901 [
file
] [
log
] [
blame
]
// { dg-do compile }
// Properly print CALL_EXPRs while dumping expressions
double
g
;
int
func
(
double
);
template
<int>
struct
Foo
{};
Foo
<
func
(
g
)>
f
;
// { dg-error "" "func(g)" }