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