xref
: /
external
/
llvm-project
/
clang
/
test
/
Import
/
namespace
/
Inputs
/
NS.cpp
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
namespace
NS
{
2
void
f1
();
3
void
f2
();
4
const
int
A
=
3
;
5
};
// namespace NS
6