blob: 95a0b72a0e09926bf1d29adef13eed603c3fca66 [file] [log] [blame]
package P
func f() {
if x {
y
} else {
z
}
}