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