Commit ce980445 authored by Robert Griesemer's avatar Robert Griesemer

fix build

R=rsc
CC=golang-dev
https://golang.org/cl/2820041
parent b0afb931
......@@ -237,6 +237,8 @@ func _() {
if struct{ x bool }{false}.x {
}
if (struct{ x bool }{false}.x) == false {
}
if struct{ x bool }{false}.x == false {
}
}
......
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