macro m/0
  n()
end macro

# (macro (@ 1 0-5) ā€˜m/0ā€™
#   (.inner
#     (macro_call (@ 2 2-3) ā€˜nā€™
#       (.arguments nil)
#     )
#   )
# )