5 lines
No EOL
57 B
Rust
5 lines
No EOL
57 B
Rust
|
|
|
|
fn altsimple(f: int) { alt f { x { } } }
|
|
|
|
fn main() { } |