MCPcopy Create free account
hub / github.com/MauriceGit/compiler / ExampleMultiReturn

Function ExampleMultiReturn

compiler_test.go:445–467  ·  view source on GitHub ↗

ExampleMultiReturn checks, that returning multiple values works correctly. This is important, as we need to make space on the stack before calling the function and have special handling with the stack pointer, as the calling conventions do not cover multi-return functions.

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

compileAndRunFunction · 0.85

Tested by

no test coverage detected