Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
54
fn stack_overflow() {
55
stack_overflow();
56
volatile::Volatile::new(0).read();
57
}
Callers
1
_start
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected