Operations support with temp expressions values in stack
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
int main() {
|
||||
int x;
|
||||
int y;
|
||||
x = 42;
|
||||
y = 8;
|
||||
return (x + y) * (x - y) / (x * y);
|
||||
}
|
||||
Reference in New Issue
Block a user