blob: aa6a4771be4ed5a48934a6e24fc23547d83d9e88 [file] [log] [blame]
if (cond) {
return true;
}
for (;;) {
doSomething();
}
while (true) {
doSomething();
}