aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call
blob: 9341a8b6f5fd71ed92f997f26802b5ecb18aef90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
my_macro()
my_macro(1)

# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments nil)
# )
# (macro_call (@ 2 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 2 9-10) ‘1’)
#   )
# )