]> git.lizzy.rs Git - rust.git/blob - src/test/ui/directory_ownership/mod_file_not_owning_aux1.rs
Rollup merge of #89950 - infinity0:master, r=Mark-Simulacrum
[rust.git] / src / test / ui / directory_ownership / mod_file_not_owning_aux1.rs
1 // ignore-test this is not a test
2
3 macro_rules! m {
4     () => { mod mod_file_not_owning_aux2; }
5 }
6 m!();