(command.CommandList
  children: [
    (C {<atf_test_case>} {<eof>})
    (command.ShFunction
      name: eof_head
      body: 
        (BraceGroup
          children: [
            (C {<atf_set>} {(DQ <descr>)} {(DQ <'Checks that m4 doesn\'t confuse 0xFF with EOF'>)})
          ]
        )
    )
    (command.ShFunction
      name: eof_body
      body: 
        (BraceGroup
          children: [
            (C {<cp>} 
              {
                (DQ (command_sub left_token:<Id.Left_DollarParen '$('> child:(C {<atf_get_srcdir>})) 
                  <'/d_ff_after_dnl.m4.uue'>
                )
              } {<.>}
            )
            (C {<uudecode>} {<d_ff_after_dnl.m4.uue>})
            (C {<atf_check>} {<-o>} 
              {<file> <Id.Lit_Colon ':'> 
                (DQ (command_sub left_token:<Id.Left_DollarParen '$('> child:(C {<atf_get_srcdir>})) 
                  <'/d_ff_after_dnl.out'>
                )
              } {<m4>} {<d_ff_after_dnl.m4>}
            )
            (C {<atf_check>} {<-o>} 
              {<file> <Id.Lit_Colon ':'> 
                (DQ (command_sub left_token:<Id.Left_DollarParen '$('> child:(C {<atf_get_srcdir>})) 
                  <'/d_m4wrap.out'>
                )
              } {<m4>} 
              {
                (DQ (command_sub left_token:<Id.Left_DollarParen '$('> child:(C {<atf_get_srcdir>})) 
                  <'/d_m4wrap.m4'>
                )
              }
            )
            (C {<atf_check>} {<-o>} 
              {<file> <Id.Lit_Colon ':'> 
                (DQ (command_sub left_token:<Id.Left_DollarParen '$('> child:(C {<atf_get_srcdir>})) 
                  <'/d_m4wrap-P.out'>
                )
              } {<m4>} {<-P>} 
              {
                (DQ (command_sub left_token:<Id.Left_DollarParen '$('> child:(C {<atf_get_srcdir>})) 
                  <'/d_m4wrap-P.m4'>
                )
              }
            )
          ]
        )
    )
    (command.ShFunction
      name: atf_init_test_cases
      body: (BraceGroup children:[(C {<atf_add_test_case>} {<eof>})])
    )
  ]
)