The Nest
Explore
Sign in
nuudlman
llvm
clang
test
Import
struct-in-namespace
Inputs
N1.cpp
0
Compiler projects using llvm
Code
Changes
Tags
Discussions
main
namespace
N
{
struct
S
{
int
a
;
}
;
}
namespace
N
{
struct
T
{
int
b
;
}
;
}