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