blob: 911ef874175e216296fe03581b29bd2faf24b23d [file]
package I1
import "fmt"
func example() {
temp := 5
temp := temp + temp
fmt.Print(temp + temp)
}