Sign in
go
/
tools
/
74a3905de18414a87488a5f537e57494a9386ac8
/
.
/
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
)
}