### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
Test::X {
  y: [
    Test::Y {
      z: [
        Test::Z {
          zb: 1
        }
        Test::Z {
          zb: 2
        }
        Test::Z {
          zb: 3
        }
      ]
    }
    Test::Y {
      z: []
    }
    Test::Y {
      z: [
        Test::Z {
          zb: 1
        }
      ]
    }
  ]
  x: x
}
