branch | transitional_engine |
changeset 16038 | d903f8d2395a |
parent 16021 | 6a3dc15b78b9 |
--- a/tools/corrosion/test/cbindgen/rust2cpp/rust/src/lib.rs Wed Sep 18 14:10:51 2024 +0200 +++ b/tools/corrosion/test/cbindgen/rust2cpp/rust/src/lib.rs Wed Nov 20 21:37:47 2024 +0100 @@ -1,5 +1,8 @@ pub const MAGIC_NUMBER: u64 = 0xABCD_EFAB; +pub mod ffi; +pub mod other_mod; + #[derive(Debug)] #[repr(C)] pub struct Point {