xref
: /
llvm-project
/
clang
/
test
/
Analysis
/
scan-build
/
Inputs
/
deduplication
/
header.h
(revision 73093599287cc6d546ac46652ee781789d7de61f)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
foo()
1
int
foo
() {
2
int
x
= 0;
3
return
1
/
x
;
4
}
5