xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
src
/
cmd
/
cover
/
testdata
/
pkgcfg
/
noFuncsNoTests
/
nfnt.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
noFuncsNoTests
2
3
const
foo
=
1
4
5
var
G
struct
{
6
x
int
7
y
bool
8
}
9