rust/tests/data/parser/inline/0082_range_binding_power.rs

6 lines
66 B
Rust
Raw Normal View History

2018-08-05 17:07:06 +02:00
fn foo() {
.. 1 + 1;
.. z = 2;
x = false .. 1 == 1;
}