xref
: /
llvm-project
/
clang
/
test
/
Frontend
/
Inputs
/
test2.h
(revision f29dcbdde10c86cfd89196fc2aa0e7f6ca3c9c4e)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
TEST2_H
2
#
define
TEST2_H
3
4
int
x
;
5
6
#
endif
7