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