15 lines
107 B
Rust
15 lines
107 B
Rust
|
// rustfmt-write_mode: modified
|
||
|
// Test "modified" output
|
||
|
|
||
|
fn
|
||
|
blah
|
||
|
()
|
||
|
{ }
|
||
|
|
||
|
|
||
|
#[cfg
|
||
|
( a , b
|
||
|
)]
|
||
|
fn
|
||
|
main() {}
|