1 #[repr(C)] 2 struct Foo {} 3 4 pub const Foo_FOO: u32 = 42; 5 6 impl Foo { 7 const FOO: i32 = 0; 8 } 9 10