nctref/tests/loopregalloc.nct

7 lines
36 B
Plaintext
Raw Normal View History

2024-02-15 22:33:06 +02:00
u8 a;
loop {
a = 3;
u8 b = 1;
}