package main func main() { if x() { b() } if y := b(); c { d() } if z() { b() } else { c() } }