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