Skip to content

Commit

Permalink
Add 80062
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Dec 16, 2020
1 parent 1f983d3 commit aa38fcb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ices/80062.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
fn sof<usize>() -> usize {}
fn test<T>() {
let _: [u8; sof::<T>()];
}

0 comments on commit aa38fcb

Please sign in to comment.