aboutsummaryrefslogblamecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_with_nothing
blob: f067b27782c3f9faad394f6df43b0890a3d27132 (plain) (tree)


















                                                                
my_macro(.)
my_macro(. .)

# (macro_call (@ 1 0-8) ‘my_macro’
#   (.arguments nil)
# )
# (macro_call (@ 2 0-8) ‘my_macro’
#   (.arguments nil)
# )
# :1:9–10: warning: ‘.’ outside alternation has no effect
#  my_macro(.)
#           ^
# :2:9–10: warning: ‘.’ outside alternation has no effect
#  my_macro(. .)
#           ^
# :2:11–12: warning: ‘.’ outside alternation has no effect
#  my_macro(. .)
#             ^