github.com/ccccaoqing/test@v0.0.0-20220510085219-3985d23445c0/src/cmd/gofmt/testdata/old.input (about)

     1  package P
     2  
     3  func f() {
     4  	if x {
     5  		y
     6  	} else
     7  		z
     8  }