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

Function functions_and_io

tests/vm_diag_test.rs:162–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

160 assert_eq!(uart.trim_end_matches('\n'), "PASS");
161 assert_eq!(exit, Some(0));
162}
163
164// Verify that an inline-asm bridge can capture the stack pointer.
165#[test]
166fn asm_bridge_reads_sp() {
167 let src = r#"
168console := import("console")
169
170get_sp: () -> i64 {

Callers

nothing calls this directly

Calls 1

link_stdlib_and_runFunction · 0.85

Tested by

no test coverage detected