(CommandList
  children: [
    (FuncDef
      name: check
      body: 
        (BraceGroup
          children: [
            (If
              arms: [
                (if_arm
                  cond: [
                    (Pipeline
                      children: [
                        (C {(grep)} {(-q)} {(DQ ($ VSub_Number '$2'))} {(DQ ($ VSub_Number '$1'))})
                      ]
                      negated: T
                    )
                  ]
                  action: [
                    (C {(echo)} {(DQ ('Did not find expected section in ') ($ VSub_Number '$1') (':'))})
                    (C {(echo)} {(DQ ('   ') ($ VSub_Number '$2'))})
                    (C {(echo)} {(DQ )})
                    (C {(echo)} {(DQ ('Actual output below:'))})
                    (C {(cat)} {(DQ ($ VSub_Number '$1'))})
                    (ControlFlow token:<ControlFlow_Exit exit> arg_word:{(1)})
                  ]
                  spids: [16777215 89]
                )
              ]
              spids: [16777215 134]
            )
          ]
          spids: [69]
        )
      spids: [65 68]
    )
    (C {(check)} {(script_test_7.stdout)} 
      {
        (DQ (EscapedLiteralPart token:<Lit_EscapedChar '\\\\'>) 
          ('.interp[ \t]*PROGBITS[ \t]*0*10000100')
        )
      }
    )
    (C {(check)} {(script_test_7.stdout)} 
      {
        (DQ (EscapedLiteralPart token:<Lit_EscapedChar '\\\\'>) 
          ('.data[ \t]*PROGBITS[ \t]*0*10200000')
        )
      }
    )
    (C {(check)} {(script_test_7.stdout)} 
      {(DQ (EscapedLiteralPart token:<Lit_EscapedChar '\\\\'>) ('.bss[ \t]*NOBITS[ \t]*0*10400...'))}
    )
  ]
)