aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_alternation_with_nothing
blob: 0c7096eb9ff401b792c02240b2e7d28e4becb818 (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’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#     (string (@ 1 16-17) ‘3’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 12-13) ‘2’)
#     (string (@ 1 16-17) ‘3’)
#   )
# )
# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments
#     (string (@ 1 12-13) ‘2’)
#   )
# )