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