Infinite while loop


while (1) {
    if (cond) {
        last;
    }
}