ref: 2b05b5d52482e818baf747bc8b0619fd0d26ca02 dir: /tests/cc/execute/0011-assign.c/
int main() { int x; int y; x = y = 0; return x; }