Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
name-clash10.C
blob: 0a089be257a80acc34a090030213aa520518cb78 [
file
] [
log
] [
blame
]
// PR c++/38313
struct
foo
{
};
struct
bar
{
};
struct
baz
{
static
foo
(
bar
)();
};