aboutsummaryrefslogblamecommitdiffstats
path: root/test-files/mds-kbdc/simplify-tree/valid/macro_call_with_nothing
blob: f386cbef67799ffd9dd7bb00cdba717a623a2eb2 (plain) (tree)
1
2
3
4
5
6
7


             
                                        

                    
                                        











                                                                
my_macro(.)
my_macro(. .)

# (macro_call (@ 1 0-8) ‘my_macro/0’
#   (.arguments nil)
# )
# (macro_call (@ 2 0-8) ‘my_macro/0’
#   (.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(. .)
#             ^