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

Function cc_host_compiles

tests/integration/kernel_integration.rs:1642–1648  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1640#[test]
1641fn kernel_ld_links_stdlib_and_runs() {
1642 let client_s = b"\
1643.globl _start
1644.text
1645_start:
1646 la a0, msg
1647 call puts
1648 li a0, 33
1649 call putc
1650 li a0, 10
1651 call putc

Callers

nothing calls this directly

Calls 1

compile_hosted_programFunction · 0.85

Tested by

no test coverage detected