xref
: /
llvm-project
/
clang
/
test
/
CXX
/
module
/
module.interface
/
Inputs
/
header.h
(revision e181de7f4fe9c75327836e5493c2783bcefc9293)
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