mirror of
https://github.com/golang/go
synced 2024-11-06 22:46:14 -07:00
8 lines
49 B
Go
8 lines
49 B
Go
|
package b
|
||
|
|
||
|
import "./a"
|
||
|
|
||
|
func test() {
|
||
|
a.Do()
|
||
|
}
|