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