1 2 3 4 5
#[macro_use] extern crate fill_array; pub fn main() { [Vec::new(), Vec::new(), Vec::new()] }