codekingpro's picture
Add files using upload-large-folder tool
d7a5f2f verified
Raw
History Blame Contribute Delete
216 Bytes
package main
import "fmt"
func main() {
Println("hello, world")
if flag {
//line fmthello.go:999999
Println("bad line")
for {
}
}
}
//go:noinline
func Println(s string) {
fmt.Println(s)
}
var flag bool