Cross Reference: a.h
xref
: /
external
/
clang
/
test
/
Index
/
Inputs
/
a.h
Home
History
Annotate
Annotate
Line#
Navigate
Download
only in
a.h
1
#
ifndef
A_H
2
#
define
A_H
3
typedef
int
A;
4
#
endif
5