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