(command.CommandList
  children: [
    (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-wcrtomb'> (${ Id.VSub_Name EXEEXT)} {<1>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_FR')}
                      spids: [30]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
          ]
          spids: [15 27]
        )
      ]
    )
    (C {<Id.Lit_Colon ':'>} 
      {
        (braced_var_sub
          token: <Id.VSub_Name LOCALE_FR_UTF8>
          suffix_op: (suffix_op.Unary tok:<Id.VTest_Equals '='> arg_word:{<fr_FR.UTF-8>})
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<test>} {($ Id.VSub_DollarName '$LOCALE_FR_UTF8')} 
                      {<Id.KW_Bang '!'> <Id.Lit_Equals '='>} {<none>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-wcrtomb'> (${ Id.VSub_Name EXEEXT)} {<2>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_FR_UTF8')}
                      spids: [79]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
          ]
          spids: [64 76]
        )
      ]
    )
    (C {<Id.Lit_Colon ':'>} 
      {
        (braced_var_sub
          token: <Id.VSub_Name LOCALE_JA>
          suffix_op: (suffix_op.Unary tok:<Id.VTest_Equals '='> arg_word:{<ja_JP>})
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<test>} {($ Id.VSub_DollarName '$LOCALE_JA')} 
                      {<Id.KW_Bang '!'> <Id.Lit_Equals '='>} {<none>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-wcrtomb'> (${ Id.VSub_Name EXEEXT)} {<3>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_JA')}
                      spids: [128]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
          ]
          spids: [113 125]
        )
      ]
    )
    (C {<Id.Lit_Colon ':'>} 
      {
        (braced_var_sub
          token: <Id.VSub_Name LOCALE_ZH_CN>
          suffix_op: (suffix_op.Unary tok:<Id.VTest_Equals '='> arg_word:{<zh_CN.GB18030>})
        )
      }
    )
    (command.If
      arms: [
        (if_arm
          cond: 
            (condition.Shell
              commands: [
                (command.Sentence
                  child: 
                    (C {<test>} {($ Id.VSub_DollarName '$LOCALE_ZH_CN')} 
                      {<Id.KW_Bang '!'> <Id.Lit_Equals '='>} {<none>}
                    )
                  terminator: <Id.Op_Semi _>
                )
              ]
            )
          action: [
            (command.AndOr
              ops: [Id.Op_DPipe]
              children: [
                (command.Simple
                  words: [{<'./test-wcrtomb'> (${ Id.VSub_Name EXEEXT)} {<4>}]
                  more_env: [
                    (env_pair
                      name: LC_ALL
                      val: {($ Id.VSub_DollarName '$LOCALE_ZH_CN')}
                      spids: [177]
                    )
                  ]
                  do_fork: T
                )
                (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<1>})
              ]
            )
          ]
          spids: [162 174]
        )
      ]
    )
    (command.ControlFlow token:<Id.ControlFlow_Exit exit> arg_word:{<0>})
  ]
)