(command.CommandList
  children: [
    (command.AndOr
      ops: [Id.Op_DPipe]
      children: [
        (C {<'./test-c-strcasecmp'> (${ Id.VSub_Name EXEEXT)})
        (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
      ]
    )
    (command.AndOr
      ops: [Id.Op_DPipe]
      children: [
        (C {<'./test-c-strncasecmp'> (${ Id.VSub_Name EXEEXT)})
        (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
      ]
    )
    (C {<Id.Lit_Colon ':'>} 
      {
        (braced_var_sub
          token: <Id.VSub_Name LOCALE_FR>
          suffix_op: (suffix_op.Unary tok:<Id.VTest_Equals '='> arg_word:{<fr_FR>})
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<test>} {($ Id.VSub_DollarName '$LOCALE_FR')} 
                      {<Id.KW_Bang '!'> <Id.Lit_Equals '='>} {<none>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-c-strcasecmp'> (${ Id.VSub_Name EXEEXT)} {<locale>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_FR')}
                      spids: [56]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-c-strncasecmp'> (${ Id.VSub_Name EXEEXT)} {<locale>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_FR')}
                      spids: [73]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
          ]
          spids: [41 53]
        )
      ]
    )
    (C {<Id.Lit_Colon ':'>} 
      {
        (braced_var_sub
          token: <Id.VSub_Name LOCALE_TR_UTF8>
          suffix_op: (suffix_op.Unary tok:<Id.VTest_Equals '='> arg_word:{<tr_TR.UTF-8>})
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<test>} {($ Id.VSub_DollarName '$LOCALE_TR_UTF8')} 
                      {<Id.KW_Bang '!'> <Id.Lit_Equals '='>} {<none>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-c-strcasecmp'> (${ Id.VSub_Name EXEEXT)} {<locale>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_TR_UTF8')}
                      spids: [118]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-c-strncasecmp'> (${ Id.VSub_Name EXEEXT)} {<locale>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_TR_UTF8')}
                      spids: [135]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
          ]
          spids: [103 115]
        )
      ]
    )
    (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<0>})
  ]
)