Open tautschnig opened 5 months ago
See https://github.com/model-checking/kani/pull/3253#discussion_r1635382569 for an example of a test that fails when we don't directly use in Rust the function that is otherwise only invoked from C code. We might consider marking all functions with attribute no_mangle reachable.
no_mangle
We should only do that if -Z c-ffi is enabled though.
-Z c-ffi
See https://github.com/model-checking/kani/pull/3253#discussion_r1635382569 for an example of a test that fails when we don't directly use in Rust the function that is otherwise only invoked from C code. We might consider marking all functions with attribute
no_mangle
reachable.