OpenGrok
Cross Reference: l.h
xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
l.h
Home
|
History
|
Annotate
|
Download
|
only in
declare-use
1
#
ifdef
GIMME_AN_L
2
3
#
ifndef
L_H
4
#
define
L_H
5
const
int
l =
42
;
6
#
endif
7
8
#
endif
9