go / src /cmd /objdump /testdata /fmthello.go
AbdulElahGwaith's picture
Upload folder using huggingface_hub
e36aeda verified
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