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