blob: ad4f7c43fb8b42affab8254d9e4255d2ae5875c4 [file] [log] [blame]
package p2
import "fmt"
func DoSmthn() {
fmt.Print("test")
}