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