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