Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
template
/
local5.C
blob: 705dca39eb0a07b29f964963e4405fbb84352c67 [
file
] [
log
] [
blame
]
struct
Attribute
{
};
template
<
class
T
>
bool
operator
==
(
const
Attribute
&
attr
,
const
T
&
value
);
enum
{
anon
=
123
};
void
test
(
int
foo
)
{
if
(
foo
==
anon
)
;
/* { dg-bogus "anonymous type" } */
}