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