Skip to content

Commit

Permalink
Add 80228
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Dec 20, 2020
1 parent 9f1b174 commit 3f33da2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ices/80228.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

rustc -Zchalk - << 'EOF'
const FOO: &&&u32 = &&&42;
fn main() {
match unimplemented!() {
&&&42 => {},
FOO => {},
_ => {},
}
}
EOF

0 comments on commit 3f33da2

Please sign in to comment.