Infinite Loop

Hach, solche Dinge find ich echt schön:

while (true) {
  try {
    return;
  } finally {
    continue;
  }
}