xref
: /
llvm-project
/
clang
/
test
/
Modules
/
Inputs
/
modular_maps
/
common.h
(revision 9887d79af5fecf1413515e909644f6a23f491b69)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
COMMON_H
2
#
define
COMMON_H
3
const
int
x
=
2
;
4
#
endif
5