blob: b54b0efcf46b5a14602290203ffd3a5955ef75bb [file] [log] [blame]
pub const MY_CONST: u8 = 4;
#[no_mangle]
pub extern "C" fn ExternFunction() {
}
#[repr(u8)]
pub enum OnlyThisShouldBeGenerated {
Foo,
Bar,
}