blob: bb2f11c6075fb1140fc348a7e9d04c8ad48ba51e [file] [log] [blame]
// +build ignore
package I1
import "fmt"
func example() {
temp := 5
temp := temp + temp
fmt.Print(temp + temp)
}