{
"type": "Program",
"body": [
"type": "ExpressionStatement",
"expression": {
"type": "ConditionalExpression",
"test": {
"type": "Identifier",
"name": "a"
},
"consequent": {
"name": "b"
"alternate": {
"name": "c"
}
]