xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
src
/
go
/
internal
/
gccgoimporter
/
testdata
/
notinheap.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
package
notinheap
2
3
//go:notinheap
4
type
S
struct
{}
5