{
  "type": "Program",
  "statements": [
    {
      "type": "VariableDeclaration",
      "declarations": [
        {
          "type": "VariableDeclarator",
          "id": {
            "type": "Identifier",
            "name": "c",
            "loc": {
              "start": {
                "line": 17,
                "column": 5
              },
              "end": {
                "line": 17,
                "column": 6
              }
            }
          },
          "init": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 17,
                "column": 9
              },
              "end": {
                "line": 17,
                "column": 10
              }
            }
          },
          "loc": {
            "start": {
              "line": 17,
              "column": 5
            },
            "end": {
              "line": 17,
              "column": 10
            }
          }
        }
      ],
      "kind": "var",
      "loc": {
        "start": {
          "line": 17,
          "column": 1
        },
        "end": {
          "line": 17,
          "column": 11
        }
      }
    },
    {
      "type": "SwitchStatement",
      "discriminant": {
        "type": "Identifier",
        "name": "c",
        "loc": {
          "start": {
            "line": 19,
            "column": 9
          },
          "end": {
            "line": 19,
            "column": 10
          }
        }
      },
      "cases": [
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 0,
            "loc": {
              "start": {
                "line": 20,
                "column": 10
              },
              "end": {
                "line": 20,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "+=",
                "left": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 14
                    },
                    "end": {
                      "line": 20,
                      "column": 15
                    }
                  }
                },
                "right": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 20,
                      "column": 19
                    },
                    "end": {
                      "line": 20,
                      "column": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 20,
                    "column": 14
                  },
                  "end": {
                    "line": 20,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 20,
                  "column": 14
                },
                "end": {
                  "line": 20,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 20,
              "column": 5
            },
            "end": {
              "line": 20,
              "column": 21
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 1,
            "loc": {
              "start": {
                "line": 21,
                "column": 10
              },
              "end": {
                "line": 21,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "*=",
                "left": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 14
                    },
                    "end": {
                      "line": 21,
                      "column": 15
                    }
                  }
                },
                "right": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 21,
                      "column": 19
                    },
                    "end": {
                      "line": 21,
                      "column": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 21,
                    "column": 14
                  },
                  "end": {
                    "line": 21,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 21,
                  "column": 14
                },
                "end": {
                  "line": 21,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 21,
              "column": 5
            },
            "end": {
              "line": 21,
              "column": 21
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 2,
            "loc": {
              "start": {
                "line": 22,
                "column": 10
              },
              "end": {
                "line": 22,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "-=",
                "left": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 14
                    },
                    "end": {
                      "line": 22,
                      "column": 15
                    }
                  }
                },
                "right": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 22,
                      "column": 19
                    },
                    "end": {
                      "line": 22,
                      "column": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 22,
                    "column": 14
                  },
                  "end": {
                    "line": 22,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 22,
                  "column": 14
                },
                "end": {
                  "line": 22,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 22,
              "column": 5
            },
            "end": {
              "line": 22,
              "column": 21
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 3,
            "loc": {
              "start": {
                "line": 23,
                "column": 10
              },
              "end": {
                "line": 23,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 14
                    },
                    "end": {
                      "line": 23,
                      "column": 15
                    }
                  }
                },
                "right": {
                  "type": "UnaryExpression",
                  "operator": "+",
                  "prefix": true,
                  "argument": {
                    "type": "Identifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 23,
                        "column": 19
                      },
                      "end": {
                        "line": 23,
                        "column": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 23,
                      "column": 18
                    },
                    "end": {
                      "line": 23,
                      "column": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 23,
                    "column": 14
                  },
                  "end": {
                    "line": 23,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 23,
                  "column": 14
                },
                "end": {
                  "line": 23,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 23,
              "column": 5
            },
            "end": {
              "line": 23,
              "column": 21
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 4,
            "loc": {
              "start": {
                "line": 24,
                "column": 10
              },
              "end": {
                "line": 24,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "AssignmentExpression",
                "operator": "=",
                "left": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 14
                    },
                    "end": {
                      "line": 24,
                      "column": 15
                    }
                  }
                },
                "right": {
                  "type": "UnaryExpression",
                  "operator": "-",
                  "prefix": true,
                  "argument": {
                    "type": "Identifier",
                    "name": "c",
                    "loc": {
                      "start": {
                        "line": 24,
                        "column": 19
                      },
                      "end": {
                        "line": 24,
                        "column": 20
                      }
                    }
                  },
                  "loc": {
                    "start": {
                      "line": 24,
                      "column": 18
                    },
                    "end": {
                      "line": 24,
                      "column": 20
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 24,
                    "column": 14
                  },
                  "end": {
                    "line": 24,
                    "column": 20
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 24,
                  "column": 14
                },
                "end": {
                  "line": 24,
                  "column": 21
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 24,
              "column": 5
            },
            "end": {
              "line": 24,
              "column": 21
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 5,
            "loc": {
              "start": {
                "line": 25,
                "column": 10
              },
              "end": {
                "line": 25,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "operator": "++",
                "prefix": false,
                "argument": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 25,
                      "column": 14
                    },
                    "end": {
                      "line": 25,
                      "column": 15
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 25,
                    "column": 14
                  },
                  "end": {
                    "line": 25,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 25,
                  "column": 14
                },
                "end": {
                  "line": 25,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 25,
              "column": 5
            },
            "end": {
              "line": 25,
              "column": 18
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 6,
            "loc": {
              "start": {
                "line": 26,
                "column": 10
              },
              "end": {
                "line": 26,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "operator": "++",
                "prefix": true,
                "argument": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 26,
                      "column": 16
                    },
                    "end": {
                      "line": 26,
                      "column": 17
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 26,
                    "column": 14
                  },
                  "end": {
                    "line": 26,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 26,
                  "column": 14
                },
                "end": {
                  "line": 26,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 26,
              "column": 5
            },
            "end": {
              "line": 26,
              "column": 18
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 7,
            "loc": {
              "start": {
                "line": 27,
                "column": 10
              },
              "end": {
                "line": 27,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "operator": "--",
                "prefix": false,
                "argument": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 27,
                      "column": 14
                    },
                    "end": {
                      "line": 27,
                      "column": 15
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 27,
                    "column": 14
                  },
                  "end": {
                    "line": 27,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 27,
                  "column": 14
                },
                "end": {
                  "line": 27,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 27,
              "column": 5
            },
            "end": {
              "line": 27,
              "column": 18
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": {
            "type": "NumberLiteral",
            "value": 8,
            "loc": {
              "start": {
                "line": 28,
                "column": 10
              },
              "end": {
                "line": 28,
                "column": 11
              }
            }
          },
          "consequent": [
            {
              "type": "ExpressionStatement",
              "expression": {
                "type": "UpdateExpression",
                "operator": "--",
                "prefix": true,
                "argument": {
                  "type": "Identifier",
                  "name": "c",
                  "loc": {
                    "start": {
                      "line": 28,
                      "column": 16
                    },
                    "end": {
                      "line": 28,
                      "column": 17
                    }
                  }
                },
                "loc": {
                  "start": {
                    "line": 28,
                    "column": 14
                  },
                  "end": {
                    "line": 28,
                    "column": 17
                  }
                }
              },
              "loc": {
                "start": {
                  "line": 28,
                  "column": 14
                },
                "end": {
                  "line": 28,
                  "column": 18
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 28,
              "column": 5
            },
            "end": {
              "line": 28,
              "column": 18
            }
          }
        },
        {
          "type": "SwitchCase",
          "test": null,
          "consequent": [
            {
              "type": "BreakStatement",
              "label": null,
              "loc": {
                "start": {
                  "line": 29,
                  "column": 14
                },
                "end": {
                  "line": 29,
                  "column": 20
                }
              }
            }
          ],
          "loc": {
            "start": {
              "line": 29,
              "column": 5
            },
            "end": {
              "line": 29,
              "column": 20
            }
          }
        }
      ],
      "loc": {
        "start": {
          "line": 19,
          "column": 1
        },
        "end": {
          "line": 30,
          "column": 2
        }
      }
    }
  ],
  "loc": {
    "start": {
      "line": 1,
      "column": 1
    },
    "end": {
      "line": 31,
      "column": 1
    }
  }
}
