ref: d68e26e79e47319e2066434c8d4e18c7a653159a dir: /tests/execute/0099-tentative.c/
int x, x = 3, x; int main() { if (x != 3) return 0; x = 0; return x; }