]> git.lizzy.rs Git - rust.git/blob - tests/ui/consts/const-eval/zst_operand_eval.rs
Rollup merge of #106715 - BoxyUwU:new_solver_triagebot, r=lcnr
[rust.git] / tests / ui / consts / const-eval / zst_operand_eval.rs
1 // check-pass
2
3 static ASSERT: () = [()][!(std::mem::size_of::<u32>() == 4) as usize];
4
5 fn main() {}