minic/tests/6.test

4 lines
42 B
Plaintext
Raw Permalink Normal View History

2022-01-27 16:31:58 +01:00
x = 2 * (2 + 6) + 2;
y = x * 2;
return y;