use camo_derive::Camo; #[derive(Camo)] struct Foo { foo: [i32; N], } fn main() {}