5 lines
93 B
Rust
5 lines
93 B
Rust
|
|
|
|
|
|
// Testcase for issue #130, operator associativity.
|
|
fn main() { assert (3 * 5 / 2 == 7); } |