ref: d6af37e2eea58d72a4f860b5289798206dcd3723 dir: /tests/0006-whilestmt.c/
int main() { int x; x = 50; while (x) x = x - 1; return x; }