summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/nestedmod/submod2/mod.rs
blob: 52f8be910227ffbe03893778648fb6f331965248 (plain)
1
2
3
4
5
// Another mod

mod a;

use a::a;