aboutsummaryrefslogtreecommitdiff
path: root/tests/data/parser/inline/0074_expr_binding_power.rs
blob: db855fd026f30898cc098384d88f6e2bcf713292 (plain)
1
2
3
fn foo() {
    1 + 2 * 3 == 1 * 2 + 3
}