ref: 72d686424d6fccfdf180946efa3bdd9eb0746997 dir: /tests/cc/execute/0008-dowhilestmt.c/
int main() { int x; x = 50; do x = x - 1; while(x); return x; }