OpenGrok
Cross Reference: mi_opt.h
xref
: /
external
/
clang
/
test
/
Preprocessor
/
mi_opt.h
Home
|
History
|
Annotate
|
Download
|
only in
Preprocessor
1
#
if
!
defined
foo
MACRO
2
#
define
foo
3
int
x =
2
;
4
#
endif
5