aboutsummaryrefslogblamecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_with_singleton_alternation
blob: a6388cce8698c9dbe01626e551c2932273f3c6ff (plain) (tree)
1
2
3
4
5
6
7
8
9
10

             
                                        






                                           
my_macro([1])

# (macro_call (@ 1 0-8) ‘my_macro/1’
#   (.arguments
#     (string (@ 1 10-11) ‘1’)
#   )
# )
# :1:9–10: warning: singleton alternation
#  my_macro([1])