xref
: /
external
/
clang
/
test
/
Modules
/
Inputs
/
submodule-visibility
/
a.h
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
int
n
;
2
3
#
ifdef
B
4
#
error
B
is
defined
5
#
endif
6
7
#
define
A
8
9
#
include
"
c.h
"
10