mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-30 08:33:25 +00:00
6 lines
100 B
Rust
6 lines
100 B
Rust
// check-pass
|
|
|
|
static ASSERT: () = [()][!(std::mem::size_of::<u32>() == 4) as usize];
|
|
|
|
fn main() {}
|