rust/src/test/run-pass/arith-0.rs
2011-07-27 15:54:33 +02:00

3 lines
67 B
Rust

fn main() { let a: int = 10; log a; assert (a * (a - 1) == 90); }