]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/cross-compiled-proc-macro.rs
Merge commit '39683d8eb7a32a74bea96ecbf1e87675d3338506' into sync_cg_gcc-2022-03-26
[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() {}