fn main() -> i64 { let x: i64 = 10; if x > 5 { print_i64(1); } else { print_i64(0); } return 0; }