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