aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call
blob: 24502cb4e6dc05638bee2397edf3b404d59d908f (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/0’
#   (.arguments nil)
# )
# (macro_call (@ 2 0-8) ‘my_macro/1’
#   (.arguments
#     (string (@ 2 9-10) ‘1’)
#   )
# )