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