Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit c0be7ce

Browse files
committed
Add ICE 77475
1 parent e73e3ff commit c0be7ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ices/77475.rs

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
#![feature(decl_macro)]
2+
extern crate self as _;
3+
pub macro ice(){}
4+
5+
fn main(){}

0 commit comments

Comments
 (0)