Golang程序  |  8行  |  49 B

package b

import "./a"

func test() {
	a.Do()
}