xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
src
/
go
/
printer
/
testdata
/
gobuild6.input
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
//go:build !(x || y) && z
2
// no +build line
3
4
package p
5