1 2 3 4 5 6 7 8
use anyinput::anyinput; #[anyinput] fn empty_array(array: AnyArray) { println!(array[0]); } fn main() {}