]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/cross-compiled-proc-macro.rs
Merge commit '4a053f206fd6799a25823c307f7d7f9d897be118' into sync-rustfmt-subtree
[rust.git] / src / test / ui / crate-loading / cross-compiled-proc-macro.rs
1 // edition:2018
2 // compile-flags:--extern reproduction
3 // aux-build:proc-macro.rs
4 // check-pass
5
6 reproduction::mac!();
7
8 fn main() {}