blob: 4f40c80bc4c74f72055f093129253fa356991d1e [file] [log] [blame]
// run-pass
// Testcase for issue #130, operator associativity.
pub fn main() { assert_eq!(3 * 5 / 2, 7); }