]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/cross-compiled-proc-macro.rs
Auto merge of #86335 - CDirkx:ipv4-in-ipv6, r=dtolnay
[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() {}