package pkg3

import "fmt"

func F() {
	fmt.Println("pkg3")
}
