Skip to content

Commit 2aa368a

Browse files
committed
Add check-pass test for #63102.
1 parent cefbf4d commit 2aa368a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/test/ui/macros/issue-63102.rs

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// check-pass
2+
3+
#![feature(decl_macro)]
4+
macro foo {
5+
() => {},
6+
}
7+
8+
fn main() {}

0 commit comments

Comments
 (0)