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