about summary refs log tree commit diff
path: root/tests/run-make/mte-ffi/foo_function.rs
AgeCommit message (Collapse)AuthorLines
2024-07-30Add tests to ensure MTE tags are preserved across FFI boundariesDamian Heaton-0/+17
Added run-make tests to verify that, between a Rust-C FFI boundary in both directions, any MTE tags included in a pointer are preserved for the following pointer types, as well as any information stored using TBI: - int - float - string - function