[
{
"FunctionDecl": {
"name": "add",
"params": [
{
"type_qualifier": "Const",
"type_annotation": "int",
"name": "x"
},
{
"type_qualifier": "Const",
"type_annotation": "int",
"name": "y"
}
],
"body": [
{
"Expression": {
"Binary": {
"left": {
"Variable": "x"
},
"op": "Add",
"right": {
"Variable": "y"
}
}
}
}
],
"export": true
}
}
]