mirror of
https://github.com/golang/go
synced 2024-11-08 05:26:15 -07:00
8 lines
65 B
Go
8 lines
65 B
Go
|
package main
|
||
|
|
||
|
import "dep"
|
||
|
|
||
|
func main() {
|
||
|
dep.V = dep.F() + 1
|
||
|
}
|