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