about summary refs log tree commit diff
path: root/tests/ui/consts/const-eval/zst_operand_eval.rs
blob: e2892722e8910813dd41a533dda9763f51176e1e (plain)
1
2
3
4
5
//@ check-pass

static ASSERT: () = [()][!(std::mem::size_of::<u32>() == 4) as usize];

fn main() {}