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