summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3779/lib.rs
blob: 16e9d48337bdeb4715cf2c406e971128cedfcf8c (plain)
1
2
3
4
5
6
7
8
9
// rustfmt-unstable: true
// rustfmt-config: issue-3779.toml

#[path = "ice.rs"]
mod ice;

fn foo() {
println!("abc") ;
    }