about summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/zst_operand_eval.rs
blob: 7edb6bd03dabf2f3ca3f882a35d7cb15ba075035 (plain)
1
2
3
4
5
// build-pass (FIXME(62277): could be check-pass?)

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

fn main() {}