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