Files
moxa/_test/for7.go

10 lines
102 B
Go

package main
func main() {
for i := 0; i; {
}
}
// Error:
// 4:14: non-bool used as for condition