about summary refs log tree commit diff
path: root/tests/ui/crate-loading/cross-compiled-proc-macro.rs
blob: b727f22e188a0cc82c17e15374517f4f1a814a3c (plain)
1
2
3
4
5
6
7
8
//@ edition:2018
//@ compile-flags:--extern reproduction
//@ proc-macro: proc-macro.rs
//@ check-pass

reproduction::mac!();

fn main() {}