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