8 lines
59 B
Go
8 lines
59 B
Go
|
package aaa
|
||
|
|
||
|
func Hi() {
|
||
|
y := persistFoo("y",7)
|
||
|
_ = y
|
||
|
}
|
||
|
|