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