//bring? func (t *T) Foo() { //c1 pkg1.Foo() //c2 }
func main() { pkg1.Foo() }
func TestPkg3(t *testing.T) { pkg1.Foo() foo() }