#[macro_use] extern crate fill_array; pub fn main() { fill![Vec::new(); 3] }