MCPcopy Create free account
hub / github.com/Emivvvvv/AmongOS / stack_overflow

Function stack_overflow

tests/stack_overflow.rs:54–57  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

52
53#[allow(unconditional_recursion)]
54fn stack_overflow() {
55 stack_overflow();
56 volatile::Volatile::new(0).read();
57}

Callers 1

_startFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected