Loop guards
This commit is contained in:
7
tests/loopregalloc.nct
Normal file
7
tests/loopregalloc.nct
Normal file
@@ -0,0 +1,7 @@
|
||||
u8 a;
|
||||
|
||||
loop {
|
||||
a = 3;
|
||||
|
||||
u8 b = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user