test-nested()
  two 2
  if true
    three 3
    if true
      four 4
      if true
        five 5
      six 6
    seven 7
  eight 8

body
  one 1
  test-nested()
  nine 9
