1 2 3 4 5 6 7 8 9
use interoptopus::ffi; #[ffi] const X: u8 = 123; #[ffi] const Y: usize = size_of::<usize>(); fn main() {}