aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/validate-tree/valid/macro-macro_call
blob: dbd37de322ee016255607e2dda6f2b2fb5ac48b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
macro m/0
  n()
end macro

# (macro (@ 1 0-5) ‘m/0’
#   (.inner
#     (macro_call (@ 2 2-3) ‘n’
#       (.arguments nil)
#     )
#   )
# )