----
if (true) {
  while (a) {
  }
}
----
if true
  while a
    continue
