Sign in
rust
/
llvm-project
/
86509ec40530176c901b865058b23a63ef303d0b
/
.
/
clang
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N1.cpp
blob: ddb67a5162130d4eb29162bafccac406ab818618 [
file
] [
log
] [
blame
]
namespace
N
{
struct
S
{
int
a
;
};
}
namespace
N
{
struct
T
{
int
b
;
};
}