blob: d837da1066daa79d37c98a88dae7cefa80d536ae [file] [log] [blame]
// compile-pass
static ASSERT: () = [()][!(std::mem::size_of::<u32>() == 4) as usize];
fn main() {}