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