MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / tuple_destructuring_emits_function_call

Function tuple_destructuring_emits_function_call

tests/integration/asm_fixes.rs:191–194  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189main: () -> i32 {
190 result: { quotient: i32, remainder: i32 } = divide(10, 3)
191 return result.quotient
192}"#,
193 );
194 assert!(
195 asm.contains("ld a0,"),
196 "expected both i32 fields packed into a0 via ld"
197 );

Callers

nothing calls this directly

Calls 1

compile_fixtureFunction · 0.85

Tested by

no test coverage detected