diff -r 7b8d96fc8799 -r d903f8d2395a tools/corrosion/test/cbindgen/rust2cpp/rust/src/ffi.rs --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/corrosion/test/cbindgen/rust2cpp/rust/src/ffi.rs Wed Nov 20 21:37:47 2024 +0100 @@ -0,0 +1,3 @@ +//! Just a module that contains some entries that should be parsed by cbindgen. + +pub const FFI_MAGIC_NUMBER: u64 = 0xFDA0_0184;