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