xref
: /
llvm-project
/
clang-tools-extra
/
include-cleaner
/
test
/
Inputs
/
foo2.h
(revision 29a8eec1f9eb6df8d52d8621415754989595fb6a)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
ifndef
FOO2_H
2
#
define
FOO2_H
3
4
int
foo
();
5
6
#
endif
7