tools/corrosion/test/cbindgen/rust2cpp/rust/src/lib.rs
branchtransitional_engine
changeset 16067 d903f8d2395a
parent 16050 6a3dc15b78b9
equal deleted inserted replaced
16065:7b8d96fc8799 16067:d903f8d2395a
     1 pub const MAGIC_NUMBER: u64 = 0xABCD_EFAB;
     1 pub const MAGIC_NUMBER: u64 = 0xABCD_EFAB;
       
     2 
       
     3 pub mod ffi;
       
     4 pub mod other_mod;
     2 
     5 
     3 #[derive(Debug)]
     6 #[derive(Debug)]
     4 #[repr(C)]
     7 #[repr(C)]
     5 pub struct Point {
     8 pub struct Point {
     6     x: u64,
     9     x: u64,