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

Function negate_i32

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

Source from the content-addressed store, hash-verified

30}
31
32fn negate_i32(x: i32) -> i32 {
33 -x
34}
35
36fn add_i32(x: i32, y: i32) -> i32 {
37 x + y

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected