Add check-pass test for #63102.

This commit is contained in:
Robert Bartlensky 2019-08-01 22:41:10 +01:00
parent cefbf4d7b5
commit 2aa368aa0e

View file

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