Commit 9666a959 authored by Rémy Oudompheng's avatar Rémy Oudompheng

test: fix bug423.go to actually fail with older releases.

The supposedly overflowing variable was registerized.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5687061
parent d75023e1
......@@ -14,7 +14,7 @@ func main() {
}
func F(arg int) {
var X int64
var X interface{}
_ = X // used once
X = 0
X = 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment