ref: 1f654ce8692fb5e961c140b4006466508b370a2d dir: /tests/0009-expr.c/
int main() { int x; x = 1; x = x * 10; x = x / 2; x = x % 3; return x - 2; }