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
101 B
Rust
Raw Normal View History

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