aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_with_singleton_alternation
blob: c005dead5df830a009a16213db0d577c7ab8ef8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
my_macro([1])

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