llvm-for-llvmta/tools/clang/test/Analysis/Inputs/Models/notzero.model

3 lines
39 B
Plaintext

bool notzero(int i) {
return i != 0;
}