MCPcopy Create free account
hub / github.com/chc4/lineiform / external_function

Function external_function

tangle/src/ir.rs:752–754  ·  view source on GitHub ↗
(a: usize)

Source from the content-addressed store, hash-verified

750 let output = f.add_return(&mut ir);
751
752 extern "C" fn external_function(a: usize) -> usize {
753 a + 2
754 }
755
756 let mut addr = Node::constant(external_function as *const () as isize);
757 let mut tailcall = Node::leave();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected