blob: a7b612544df9bed076a546666d403034db9bd971 [file] [log] [blame]
package b
import "a"
func _() {
a.MyFunc123()
MyFunc123()
}
func MyFunc123() {}