github.com/megatontech/mynoteforgo@v0.0.0-20200507084910-5d0c6ea6e890/源码/cmd/link/internal/ld/testdata/issue26237/src/main/main.go (about) 1 package main 2 3 import ( 4 "fmt" 5 6 b "b.dir" 7 ) 8 9 var skyx int 10 11 func main() { 12 skyx += b.OOO(skyx) 13 if b.Top(1) == 99 { 14 fmt.Printf("Beware the Jabberwock, my son!\n") 15 } 16 }