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