Skip to content

Commit

Permalink
Add 82518
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Mar 5, 2021
1 parent 96b6f71 commit 9137c2b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ices/82518.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#![crate_type = "lib"]
#![feature(inline_const)]

fn foo<const V: usize>() {
match 0 {
const { V } => {},
_ => {},
}
}

0 comments on commit 9137c2b

Please sign in to comment.