mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 10:24:38 +00:00
15 lines
107 B
Rust
15 lines
107 B
Rust
// rustfmt-write_mode: modified
|
|
// Test "modified" output
|
|
|
|
fn
|
|
blah
|
|
()
|
|
{ }
|
|
|
|
|
|
#[cfg
|
|
( a , b
|
|
)]
|
|
fn
|
|
main() {}
|