blob: 46d2f55fed63e098ab46e2fe52a1ad612f56e37e [file] [log] [blame]
package b
import "./a"
func test() {
a.Do()
}