(CommandList
  children: [
    (AndOr
      ops: [Op_DPipe]
      children: [
        (SimpleCommand
          words: [{(./test-ftello) (${ VSub_Name EXEEXT)} {(1)}]
          redirects: [
            (Redir
              op_id: Redir_Less
              fd: 16777215
              arg_word: {(DQ ($ VSub_Name '$srcdir') (/test-ftello.sh))}
              spids: [11]
            )
          ]
        )
        (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
      ]
    )
    (AndOr
      ops: [Op_DPipe]
      children: [
        (Pipeline
          children: [(C {(echo)} {(hi)}) (C {(./test-ftello) (${ VSub_Name EXEEXT)})]
          negated: F
        )
        (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
      ]
    )
    (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(0)})
  ]
)