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