1 // Issue #33262
2 
main()3 pub fn main() {
4     for i in 0..a as { }
5     //~^ ERROR expected type, found `{`
6 }
7