MCPcopy Create free account
hub / github.com/LibertyOS-Development/kernel / stackoverflow

Function stackoverflow

tests/stackoverflow.rs:49–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

47
48#[allow(unconditional_recursion)]
49fn stackoverflow()
50{
51 stackoverflow();
52 volatile::Volatile::new(0).read();
53}
54
55#[panic_handler]
56fn panic(info: &PanicInfo) -> !

Callers 1

_startFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected