nctref/tests/IrregularAllocation.nct
2025-06-10 22:07:38 +03:00

15 lines
106 B
Plaintext

u8 a = 12;
u8 b = 19;
u8 c = a + b;
u32 d = 1;
u8 e = d + 1;
u32 f = 10;
u32 g = 55;
a;
b;
c;
d;
e;
f;
g;