rust/tests/ui/directory_ownership/mod_file_not_owning_aux1.rs

7 lines
105 B
Rust

//@ ignore-test this is not a test
macro_rules! m {
() => { mod mod_file_not_owning_aux2; }
}
m!();