char.rs 87 B

1234567
  1. #[repr(C)]
  2. struct Foo {
  3. a: char,
  4. }
  5. #[no_mangle]
  6. pub extern "C" fn root(a: Foo) {}