Sign in
rust
/
llvm-project
/
refs/heads/rustc/12.0-2021-02-03
/
.
/
clang
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N2.cpp
blob: ad97d5dd52ea582899a0088f3d93415e803091b1 [
file
] [
log
] [
blame
] [
edit
]
namespace
N
{
struct
U
{
int
c
;
};
}