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