blob: 26161029d6ed6f2ce414ccae9bf2f2b588a66a7f [file] [log] [blame]
bool notzero(int i) {
return i != 0;
}