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