summaryrefslogtreecommitdiffstats
path: root/llgo/third_party/gofrontend/libgo/go/cmd/gofmt/testdata/old.golden
blob: 95a0b72a0e09926bf1d29adef13eed603c3fca66 (plain)
1
2
3
4
5
6
7
8
9
package P

func f() {
	if x {
		y
	} else {
		z
	}
}
OpenPOWER on IntegriCloud