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