// +build y

// other comment

package p

func f()

//go:build x
