package pkg1

import "fmt"

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