blob: 7bd9bd44ee913256a744a375a3a173926e5f9cb2 [file] [log] [blame]
package pkg2
import "fmt"
func F() {
fmt.Println("pkg2")
}