OpenGrok
Cross Reference: call.go
xref
: /
prebuilts
/
go
/
linux-x86
/
test
/
fixedbugs
/
issue15609.dir
/
call.go
Home
|
History
|
Annotate
|
Download
|
only in
issue15609.dir
1
// +build !amd64,!386
2
3
package main
4
5
func jump() {
6
target()
7
}
8