MCPcopy Create free account
hub / github.com/chyyuu/os_kernel_lab / main

Function main

user/src/bin/stack_overflow.rs:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15#[no_mangle]
16pub fn main() -> i32 {
17 println!("It should trigger segmentation fault!");
18 f(0);
19 0
20}

Callers

nothing calls this directly

Calls 1

fFunction · 0.70

Tested by

no test coverage detected