rust/tests/ui/consts/const-eval/zst_operand_eval.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
100 B
Rust
Raw Normal View History

// check-pass
2018-09-11 06:30:26 -05:00
static ASSERT: () = [()][!(std::mem::size_of::<u32>() == 4) as usize];
fn main() {}