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