mirror of
https://github.com/golang/go
synced 2024-11-21 22:34:48 -07:00
parent
b0afb931a8
commit
ce98044523
@ -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 {
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user