binutils-gdb/gdb/testsuite/gdb.go/package2.go

8 lines
88 B
Go

package package2
import "fmt"
func Foo () {
fmt.Println ("Hi, I'm package2.Foo.")
}