72a3667eb3
will guarantee they have unit type.
3 lines
64 B
Rust
3 lines
64 B
Rust
fn wsucc(n: int) -> int { ({ ret n + 1 } == 0); }
|
|
fn main() { }
|