Sign in
go
/
tools
/
dc038396d1f0c0a0a161c594201b868c8d35c8fe
/
.
/
refactor
/
eg
/
testdata
/
J1.golden
blob: bb2f11c6075fb1140fc348a7e9d04c8ad48ba51e [
file
]
// +build ignore
package
I1
import
"fmt"
func example
()
{
temp
:=
5
temp
:=
temp
+
temp
fmt
.
Print
(
temp
+
temp
)
}