xref
: /
aosp_15_r20
/
prebuilts
/
go
/
linux-x86
/
test
/
fixedbugs
/
issue15609.dir
/
call.go
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
//go:build !amd64 && !386
2
3
package
main
4
5
func
jump
() {
6
target
()
7
}
8