This commit is contained in:
nora 2023-01-10 19:11:29 +01:00
parent 13e6a1d6c6
commit afb32dbd6a
3 changed files with 153 additions and 7 deletions

View file

@ -32,6 +32,6 @@ create_unroll_int! {
10 9 8 7 6 5 4 3 1 2 0
}
fn x() {
let x = unroll_int!(20);
pub fn x() {
let _ = unroll_int!(20);
}