TComp/test/prog1.tc

6 lines
No EOL
99 B
Text

int a = 10;
int a = 13;
int b = (12 + (0 - a));
int c = (14 + b);
int d = 20;
a * 2 + ((b - c) - d)