mirror of
https://github.com/Noratrieb/dilaria.git
synced 2026-01-16 02:15:01 +01:00
cool size asserts because perf lmao
This commit is contained in:
parent
ee0ccfcb3b
commit
83803959b6
4 changed files with 35 additions and 23 deletions
8
test.dil
8
test.dil
|
|
@ -1,5 +1,5 @@
|
|||
fn hello(uwu) {
|
||||
3 + 1;
|
||||
}
|
||||
let i = 0;
|
||||
|
||||
let yeah = hello;
|
||||
while i < 100_000_000 {
|
||||
i = i + 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue