Skip to content

Commit

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

rustc -Z mir-opt-level=2 -Z instrument-coverage - <<EOF
pub fn main() {
let c = || {};
c();
}
EOF

0 comments on commit fa6cff3

Please sign in to comment.