(root)/
gcc-13.2.0/
libgo/
go/
cmd/
gofmt/
testdata/
stdin2.input
//gofmt -stdin

var x int


func f() { y := z
	/* this is a comment */
	// this is a comment too
}