2
0

array.rs 89 B

1234567
  1. #[repr(C)]
  2. enum Foo {
  3. A([f32; 20])
  4. }
  5. #[no_mangle]
  6. pub extern "C" fn root(a: Foo) {}