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