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