There was an error while loading. Please reload this page.
1 parent a9cd294 commit 09135e4Copy full SHA for 09135e4
1 file changed
src/test/ui/macros/issue-77475.rs
@@ -0,0 +1,10 @@
1
+// check-pass
2
+// Regression test of #77475, this used to be ICE.
3
+
4
+#![feature(decl_macro)]
5
6
+use crate as _;
7
8
+pub macro ice(){}
9
10
+fn main() {}
0 commit comments