rust/tests/data/parser/inline/0088_stmt_bin_expr_ambiguity.rs
2018-08-07 17:00:45 +03:00

5 lines
46 B
Rust

fn foo() {
let _ = {1} & 2;
{1} &2;
}