cool size asserts because perf lmao

This commit is contained in:
nora 2022-01-17 08:58:28 +01:00
parent ee0ccfcb3b
commit 83803959b6
4 changed files with 35 additions and 23 deletions

View file

@ -1,5 +1,5 @@
fn hello(uwu) {
3 + 1;
}
let i = 0;
let yeah = hello;
while i < 100_000_000 {
i = i + 1;
}