blob: b16477f9ad1f94eac7b2b57f62068f716996513e [file] [log] [blame]
//go:build (x || y) && z
// +build x y
// +build z
// doc comment
package p