minic/tests/6.test

4 lines
42 B
Plaintext

x = 2 * (2 + 6) + 2;
y = x * 2;
return y;