1 2 3 4 5 6 7 8
//@ check-pass #![allow(clippy::no_effect)] fn main() { const CONSTANT: usize = 8; [1; 1 % CONSTANT]; }