1
0
mirror of https://github.com/golang/go synced 2024-11-21 22:34:48 -07:00

fix build

R=rsc
CC=golang-dev
https://golang.org/cl/2820041
This commit is contained in:
Robert Griesemer 2010-11-01 15:25:39 -07:00
parent b0afb931a8
commit ce98044523

View File

@ -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 {
}
}