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