xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
declare-use
/
k.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifdef
GIMME_A_K
2
3
#
ifndef
K_H
4
#
define
K_H
5
const
int
k
=
42
;
6
#
endif
7
8
#
endif
9