Home | History | Annotate | Download | only in testdata
      1 package P
      2 
      3 func f() {
      4 	if x {
      5 		y
      6 	} else
      7 		z
      8 }
      9