github.com/nspcc-dev/neo-go@v0.105.2-0.20240517133400-6be757af3eba/pkg/compiler/testdata/nestedcall/inner/call.go (about)

     1  package inner
     2  
     3  // Return65 returns 65.
     4  func Return65() int {
     5  	return 65
     6  }