blob: e2916119d4f1fe40673b1a2872f37bf903611345 [file]
package pkg1
import "fmt"
func F() {
fmt.Println("pkg1")
}