OpenGrok
Cross Reference: old.input
xref
: /
prebuilts
/
go
/
darwin-x86
/
src
/
cmd
/
gofmt
/
testdata
/
old.input
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