blob: 7907e32b0224efd470e7bf4aea6e4dc0c7cda88c [file] [log] [blame] [edit]
#[repr(C)]
struct Foo {}
pub const Foo_FOO: u32 = 42;
impl Foo {
const FOO: i32 = 0;
}