Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
golang
/
1.22.0
/
src
/
cmd
/
objdump
/
testdata
/
Filename :
fmthello.go
back
Copy
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