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