mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 16:03:17 +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() {}
|