Files
moxa/_test/a30.go
2019-07-30 11:00:06 -07:00

11 lines
92 B
Go

package main
func main() {
for range []struct{}{} {
}
println("ok")
}
// Output:
// ok