Files
2024-09-21 23:49:08 +10:00

8 lines
49 B
Go

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