nctref/examples/loopregalloc.nct
2025-07-17 21:02:10 +03:00

12 lines
58 B
Plaintext

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