Loop guards

This commit is contained in:
Mid
2024-02-15 22:33:06 +02:00
parent 5ec2349336
commit 77a459ffd3
7 changed files with 101 additions and 30 deletions

7
tests/loopregalloc.nct Normal file
View File

@@ -0,0 +1,7 @@
u8 a;
loop {
a = 3;
u8 b = 1;
}