xref
: /
llvm-project-15.0.7
/
clang
/
test
/
Frontend
/
Inputs
/
test2.h
(revision f29dcbdd)
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