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