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