Files
hakorune/tools/test/golden/macro/with_cleanup.expanded.json

12 lines
545 B
JSON
Raw Normal View History

{"kind":"Program","statements":[
{"kind":"FunctionDeclaration","name":"cleanup_target","params":["args"],"body":[{"kind":"Return","value":{"kind":"Literal","value":{"type":"int","value":1}}}]},
{"kind":"FunctionDeclaration","name":"main","params":["args"],"body":[
{"kind":"TryCatch",
"try":[{"kind":"FunctionCall","name":"cleanup_target","arguments":[{"kind":"Variable","name":"args"}]}],
"catch":[],
"cleanup":[{"kind":"Print","expression":{"kind":"Literal","value":{"type":"string","value":"done"}}}]
}
]}
]}