xref
: /
llvm-project
/
clang
/
test
/
Analysis
/
Inputs
/
Models
/
notzero.model
(revision eeccb30b942fbfd220990cbf52335559cdc04959)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
bool notzero(int i) {
2
return i != 0;
3
}