fn wsucc(n: int) -> int { ({ return n + 1 } == 0); } fn main() { }