1
Fork 0
rust/tests/rustdoc/inline_cross/auxiliary/repr.rs
2023-04-27 16:41:22 +02:00

4 lines
45 B
Rust

#[repr(C)]
pub struct Foo {
field: u8,
}