Sign in
cobalt
/
cobalt
/
08a2e40cad2d5bd01c37c36c1fdffa2d431d01d7
/
.
/
src
/
third_party
/
llvm-project
/
clang
/
test
/
Analysis
/
Inputs
/
Models
/
notzero.model
blob: 26161029d6ed6f2ce414ccae9bf2f2b588a66a7f [
file
]
bool
notzero
(
int
i
)
{
return
i
!=
0
;
}