nctref/tests/loopregalloc.nct
2024-02-15 22:33:06 +02:00

7 lines
36 B
Plaintext

u8 a;
loop {
a = 3;
u8 b = 1;
}