Compiler projects using llvm
bool notzero(int i) {
 return i != 0;
}