/src/test/run-pass/operator-associativity.rs
http://github.com/jruderman/rust · Rust · 5 lines · 1 code · 3 blank · 1 comment · 1 complexity · afaf9893465ca42cedac4ce68124f30f MD5 · raw file
- // Testcase for issue #130, operator associativity.
- fn main() { assert (3 * 5 / 2 == 7); }