]> git.lizzy.rs Git - rust.git/blob - tests/ui/test-attrs/auxiliary/test_macro.rs
Rollup merge of #104672 - Voultapher:unify-sort-modules, r=thomcc
[rust.git] / tests / ui / test-attrs / auxiliary / test_macro.rs
1 #[macro_export]
2 macro_rules! test {
3     () => {};
4 }