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