xref
: /
llvm-project
/
clang
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N3.cpp
(revision b7160ca466175d21a01de50894df47f7c4612e67)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
M
{
2
struct
V
{
3
int
d
;
4
};
5
}
6