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