rust/crates/libsyntax2/tests/data/parser/inline/0077_while_expr.rs

5 lines
70 B
Rust
Raw Normal View History

2018-08-05 00:03:22 +02:00
fn foo() {
while true {};
while let Some(x) = it.next() {};
}