diff options
Diffstat (limited to 'tests/ui/crate-loading/cross-compiled-proc-macro.rs')
| -rw-r--r-- | tests/ui/crate-loading/cross-compiled-proc-macro.rs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/ui/crate-loading/cross-compiled-proc-macro.rs b/tests/ui/crate-loading/cross-compiled-proc-macro.rs new file mode 100644 index 00000000000..c1f4331438e --- /dev/null +++ b/tests/ui/crate-loading/cross-compiled-proc-macro.rs @@ -0,0 +1,8 @@ +// edition:2018 +// compile-flags:--extern reproduction +// aux-build:proc-macro.rs +// check-pass + +reproduction::mac!(); + +fn main() {} |
