Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
operator15.C
blob: 755442266bb6e90850629fe301579bc65e737b1c [
file
] [
log
] [
blame
]
// PR c++/60531
template
<
class
T
>
T foo
();
bool
b1
=
foo
<int>
==
foo
<int>
;
int
(*
fp1
)()
=
+
foo
<int>
;