]> git.lizzy.rs Git - rust.git/blob - tests/ui/test-attrs/auxiliary/test_macro.rs
Rollup merge of #105526 - Xiretza:iter-from-generator-derive, r=scottmcm
[rust.git] / tests / ui / test-attrs / auxiliary / test_macro.rs
1 #[macro_export]
2 macro_rules! test {
3     () => {};
4 }