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