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