go fmthellocgo 源码
golang fmthellocgo 代码
文件路径:/src/cmd/objdump/testdata/fmthellocgo.go
package main
import "fmt"
import "C"
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