OpenGrok
Cross Reference: common.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
modular_maps
/
common.h
Home
|
History
|
Annotate
|
Download
|
only in
modular_maps
1
#
ifndef
COMMON_H
2
#
define
COMMON_H
3
const
int
x =
2
;
4
#
endif
5