aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/validate-tree/invalid/information-macro_call
blob: 9887c9cad0ff27c2b6579417ea4af4f42f77140f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
information
  m()
end information

# (information (@ 1 0-11)
#   (.inner
#     (macro_call (@ 2 2-3) ‘m/0’
#       (.arguments nil)
#     )
#   )
# )
# :2:2–3: error: macro call inside information clause
#    m()
#    ^