linestyle_cr.rs 102 B

12345678
  1. #[repr(C)]
  2. struct Dummy {
  3. x: i32,
  4. y: f32,
  5. }
  6. #[no_mangle]
  7. pub extern "C" fn root(d: Dummy) {}