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