mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 00:29:23 +00:00
10 lines
103 B
Rust
10 lines
103 B
Rust
//@ check-pass
|
|
|
|
struct S(
|
|
#[rustfmt::skip] u8,
|
|
u16,
|
|
#[rustfmt::skip] u32,
|
|
);
|
|
|
|
fn main() {}
|