...
Go Documentation Server
GoDoc
▽
submit search
Source file
src
/
golang.org
/
x
/
tools
/
go
/
internal
/
gccgoimporter
/
testdata
/
notinheap.go
Documentation:
golang.org/x/tools/go/internal/gccgoimporter/testdata
1
package notinheap
2
3
//go:notinheap
4
type S struct{}
5
View as plain text