mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-19 03:03:21 +00:00
7 lines
160 B
Rust
7 lines
160 B
Rust
// rustfmt-fn_call_style: Block
|
|
// Function call style
|
|
|
|
fn main() {
|
|
lorem("lorem", "ipsum", "dolor", "sit", "amet", "consectetur", "adipiscing", "elit");
|
|
}
|