// compile-pass // aux-build:test_macro.rs // compile-flags:--test #[macro_use] extern crate test_macro; #[test] fn foo(){} macro_rules! test { () => () } #[test] fn bar() {}