const ARRAY_SIZE: usize = 16;

fn main() {
   var arr: [ARRAY_SIZE << 1] u8;
   arr[0] = 1;
}