blob: 55836f4bf52c784e95c0ae5354c209e707f7b0fc [file] [log] [blame] [edit]
fn main() {
// the "in" inside the pattern produced invalid syntax
for variable_in_here /* ... */ in 0..1 {}
}