summary refs log tree commit diff
path: root/src/test/ui/consts/const-eval/zst_operand_eval.rs
blob: d837da1066daa79d37c98a88dae7cefa80d536ae (plain)
1
2
3
4
5
// compile-pass

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

fn main() {}