mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-19 11:07:32 +00:00
6 lines
101 B
Rust
6 lines
101 B
Rust
//@ check-pass
|
|
|
|
static ASSERT: () = [()][!(std::mem::size_of::<u32>() == 4) as usize];
|
|
|
|
fn main() {}
|