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