void f (int x) {
  switch (x) {
  case 1:
  }

  switch (x) {
  default:
  }
}


syntax highlighted by Code2HTML, v. 0.9.1