1 2 3 4 5 6 7 8
// edition:2018 // compile-flags:--extern reproduction // aux-build:proc-macro.rs // check-pass reproduction::mac!(); fn main() {}