]> git.lizzy.rs Git - rust.git/blob - src/test/ui/crate-loading/cross-compiled-proc-macro.rs
Add 'library/portable-simd/' from commit '1ce1c645cf27c4acdefe6ec8a11d1f0491954a99'
[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() {}