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