summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/writemode/source/modified.rs
blob: 948beb348dbbf4c6f7f0ae099f84cc58763129fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// rustfmt-write_mode: modified
// Test "modified" output

fn
blah
()
{ }


#[cfg
(  a , b
)]
fn
main() {}