xref
: /
llvm-project
/
clang
/
test
/
Analysis
/
scan-build
/
Inputs
/
deduplication
/
2.c
(revision 73093599287cc6d546ac46652ee781789d7de61f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
header.h
"
2
bar()
3
void
bar
() {
4
foo
();
5
}
6