// rustfmt-array_indent: Block
// Array layout
fn main() {
let lorem = vec!["ipsum","dolor","sit","amet","consectetur","adipiscing","elit"];
}