rust/tests/ui/macros/issue-63102.rs

9 lines
82 B
Rust

//@ check-pass
#![feature(decl_macro)]
macro foo {
() => {},
}
fn main() {}