]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/cross-compiled-proc-macro.rs
Sync rust-lang/portable-simd@5f49d4c8435a25d804b2f375e949cb25479f5be9
[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() {}