xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Import
/
struct-in-namespace
/
Inputs
/
N2.cpp
(revision b7160ca4)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
N
{
2
struct
U
{
3
int
c
;
4
};
5
}
6