tutus-chain/pkg/compiler/testdata/nestedcall/inner/call.go

7 lines
74 B
Go
Executable File

package inner
// Return65 returns 65.
func Return65() int {
return 65
}