Text file src/go/printer/testdata/gobuild1.input 1 package p 2 3 //go:build x 4 5 func f() 6 7 // +build y 8 View as plain text