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