{
    "range": [
        0,
        51
    ],
    "loc": {
        "start": {
            "line": 1,
            "column": 0
        },
        "end": {
            "line": 3,
            "column": 11
        }
    },
    "type": "Program",
    "body": [
        {
            "range": [
                0,
                51
            ],
            "loc": {
                "start": {
                    "line": 1,
                    "column": 0
                },
                "end": {
                    "line": 3,
                    "column": 11
                }
            },
            "type": "ExpressionStatement",
            "expression": {
                "range": [
                    0,
                    50
                ],
                "loc": {
                    "start": {
                        "line": 1,
                        "column": 0
                    },
                    "end": {
                        "line": 3,
                        "column": 10
                    }
                },
                "type": "ConditionalExpression",
                "test": {
                    "range": [
                        0,
                        27
                    ],
                    "loc": {
                        "start": {
                            "line": 1,
                            "column": 0
                        },
                        "end": {
                            "line": 1,
                            "column": 27
                        }
                    },
                    "type": "LogicalExpression",
                    "operator": "||",
                    "left": {
                        "range": [
                            0,
                            22
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 0
                            },
                            "end": {
                                "line": 1,
                                "column": 22
                            }
                        },
                        "type": "LogicalExpression",
                        "operator": "||",
                        "left": {
                            "range": [
                                0,
                                7
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 0
                                },
                                "end": {
                                    "line": 1,
                                    "column": 7
                                }
                            },
                            "type": "BinaryExpression",
                            "operator": "*",
                            "left": {
                                "range": [
                                    1,
                                    4
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 1
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 4
                                    }
                                },
                                "type": "BinaryExpression",
                                "operator": "+",
                                "left": {
                                    "range": [
                                        1,
                                        2
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 1
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 2
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 1,
                                    "raw": "1"
                                },
                                "right": {
                                    "range": [
                                        3,
                                        4
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 3
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 4
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 2,
                                    "raw": "2"
                                }
                            },
                            "right": {
                                "range": [
                                    6,
                                    7
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 6
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 7
                                    }
                                },
                                "type": "Literal",
                                "value": 3,
                                "raw": "3"
                            }
                        },
                        "right": {
                            "range": [
                                11,
                                22
                            ],
                            "loc": {
                                "start": {
                                    "line": 1,
                                    "column": 11
                                },
                                "end": {
                                    "line": 1,
                                    "column": 22
                                }
                            },
                            "type": "LogicalExpression",
                            "operator": "&&",
                            "left": {
                                "range": [
                                    11,
                                    17
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 11
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 17
                                    }
                                },
                                "type": "LogicalExpression",
                                "operator": "&&",
                                "left": {
                                    "range": [
                                        11,
                                        12
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 11
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 12
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 4,
                                    "raw": "4"
                                },
                                "right": {
                                    "range": [
                                        16,
                                        17
                                    ],
                                    "loc": {
                                        "start": {
                                            "line": 1,
                                            "column": 16
                                        },
                                        "end": {
                                            "line": 1,
                                            "column": 17
                                        }
                                    },
                                    "type": "Literal",
                                    "value": 5,
                                    "raw": "5"
                                }
                            },
                            "right": {
                                "range": [
                                    21,
                                    22
                                ],
                                "loc": {
                                    "start": {
                                        "line": 1,
                                        "column": 21
                                    },
                                    "end": {
                                        "line": 1,
                                        "column": 22
                                    }
                                },
                                "type": "Literal",
                                "value": 6,
                                "raw": "6"
                            }
                        }
                    },
                    "right": {
                        "range": [
                            26,
                            27
                        ],
                        "loc": {
                            "start": {
                                "line": 1,
                                "column": 26
                            },
                            "end": {
                                "line": 1,
                                "column": 27
                            }
                        },
                        "type": "Literal",
                        "value": 7,
                        "raw": "7"
                    }
                },
                "consequent": {
                    "range": [
                        32,
                        38
                    ],
                    "loc": {
                        "start": {
                            "line": 2,
                            "column": 4
                        },
                        "end": {
                            "line": 2,
                            "column": 10
                        }
                    },
                    "type": "UnaryExpression",
                    "operator": "void",
                    "argument": {
                        "range": [
                            37,
                            38
                        ],
                        "loc": {
                            "start": {
                                "line": 2,
                                "column": 9
                            },
                            "end": {
                                "line": 2,
                                "column": 10
                            }
                        },
                        "type": "Literal",
                        "value": 0,
                        "raw": "0"
                    },
                    "prefix": true
                },
                "alternate": {
                    "range": [
                        44,
                        50
                    ],
                    "loc": {
                        "start": {
                            "line": 3,
                            "column": 4
                        },
                        "end": {
                            "line": 3,
                            "column": 10
                        }
                    },
                    "type": "UnaryExpression",
                    "operator": "void",
                    "argument": {
                        "range": [
                            49,
                            50
                        ],
                        "loc": {
                            "start": {
                                "line": 3,
                                "column": 9
                            },
                            "end": {
                                "line": 3,
                                "column": 10
                            }
                        },
                        "type": "Literal",
                        "value": 1,
                        "raw": "1"
                    },
                    "prefix": true
                }
            }
        }
    ]
}