summaryrefslogtreecommitdiffstats
path: root/src/test/ui/directory_ownership/mod_file_not_owning_aux1.rs
blob: eb5e8e3e1ab7126a0c5d26d3485db4f05cb7efe9 (plain)
1
2
3
4
5
6
// ignore-test this is not a test

macro_rules! m {
    () => { mod mod_file_not_owning_aux2; }
}
m!();