Skip to content

Commit

Permalink
Add regression test for issue-77475
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Oct 23, 2020
1 parent a9cd294 commit 09135e4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/test/ui/macros/issue-77475.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
// check-pass
// Regression test of #77475, this used to be ICE.

#![feature(decl_macro)]

use crate as _;

pub macro ice(){}

fn main() {}

0 comments on commit 09135e4

Please sign in to comment.