Sign in
rust
/
rust-lang
/
llvm-project
/
35c537490f7804c0a68fcabcd20ecf96357b74ff
/
.
/
clang
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N3.cpp
blob: e0ec4146747732d2b006f0a0610b3a8f1461b663 [
file
] [
log
] [
blame
]
namespace
M
{
struct
V
{
int
d
;
};
}