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