aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_alternation_with_nothing
blob: 14e2ea236301070835e9ee1ebcbf6f9941e3511c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
my_macro([1 2] [3 .])

# (macro_call (@ 1 0-8) ‘my_macro/2’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#     (string (@ 1 16-17) ‘3’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro/1’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro/2’
#   (.arguments
#     (string (@ 1 12-13) ‘2’)
#     (string (@ 1 16-17) ‘3’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro/1’
#   (.arguments
#     (string (@ 1 12-13) ‘2’)
#   )
# )