Files

8 lines
49 B
Go

package b
import "./a"
func test() {
a.Do()
}