Sign in
gnu
/
gcc
/
57ea00136418991e847e46a6946a81a1df70c9a4
/
.
/
gcc
/
testsuite
/
g++.dg
/
lookup
/
struct2.C
blob: a66f403c291582aff1dff9c33ad7437cc24e75f9 [
file
] [
log
] [
blame
]
// PR c++/14510
struct
c
{};
namespace
A
{
int
c
(
struct
c
*
req
);
}
int
A
::
c
(
struct
c
*
req
)
{}