mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +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() {}
|