aboutsummaryrefslogtreecommitdiffstats
path: root/test-files/mds-kbdc/validate-tree/invalid/information-macro
blob: 51991dede022ae165b37eaf10d169f2e35cbc881 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
information
  macro m/0
  end macro
end information

# (information (@ 1 0-11)
#   (.inner
#     (macro (@ 2 2-7) ‘m/0’
#       (.inner nil)
#     )
#   )
# )
# :2:2–7: error: macro definition inside information clause
#    macro m/0
#    ^^^^^
# :1:0–11: note: outer information clause defined here
#  information
#  ^^^^^^^^^^^