Sign in
llvm
/
llvm-project
/
dda73336ad22bd0b5ecda17040c50fb10fcbe5fb
/
.
/
clang
/
test
/
Analysis
/
scan-build
/
Inputs
/
deduplication
/
header.h
blob: e94e65d6b4e0b39fd5582c0c009a76515db251f2 [
file
]
int
foo
()
{
int
x
=
0
;
return
1
/
x
;
}