modernc.org/gc@v1.0.1-0.20240304020402-f0dba7c97c2b/testdata/errchk/test/fixedbugs/issue15609.dir/call.go (about)

     1  // +build !amd64,!386
     2  
     3  package main
     4  
     5  func jump() {
     6  	target()
     7  }