xref
: /
llvm-project-15.0.7
/
clang
/
test
/
CXX
/
module
/
module.interface
/
Inputs
/
header.h
(revision 85e2fa44)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
extern
int
foo
;
2
namespace
bar
{
extern
int
baz
(); }
3
static
int
baz
;
4