blob: 49a317baaa48731e40ddba7feb03fa2d65d21d92 [file] [log] [blame]
#[repr(C)]
struct Dummy {
x: i32,
y: f32,
}
#[no_mangle]
pub extern "C" fn root(d: Dummy) {}