package pkg2

import "fmt"

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