gcc/libgo/go/cmd/gofmt/testdata/old.input

9 lines
48 B
Plaintext

package P
func f() {
if x {
y
} else
z
}