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