MCPcopy Create free account
hub / github.com/IntegralPilot/rustc_codegen_jvm / add_five_i32

Function add_five_i32

tests/binary/fn_pointers/src/main.rs:40–42  ·  view source on GitHub ↗
(x: i32)

Source from the content-addressed store, hash-verified

38}
39
40fn add_five_i32(x: i32) -> i32 {
41 x + 5
42}
43
44fn identity<T>(x: T) -> T {
45 x

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected