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