(CommandList
  children: [
    (AndOr
      children: [
        (SimpleCommand
          words: [{(./test-fseeko) (${ VSub_Name EXEEXT)} {(1)}]
          redirects: [
            (Redir
              op_id: Redir_Less
              fd: -1
              arg_word: {(DQ ($ VSub_Name '$srcdir') (/test-fseeko.sh))}
              spids: [11]
            )
          ]
        )
        (C {(exit)} {(1)})
      ]
      op_id: Op_DPipe
    )
    (AndOr
      children: [
        (Pipeline
          children: [(C {(echo)} {(hi)}) (C {(./test-fseeko) (${ VSub_Name EXEEXT)})]
          negated: False
        )
        (C {(exit)} {(1)})
      ]
      op_id: Op_DPipe
    )
    (C {(exit)} {(0)})
  ]
)