Use only naked `{` and `}` for variable assignment
[normand.git] / tests / fail-macro-exp-nested-2.nt
CommitLineData
f5dcb24c 1!macro meow()
ee724c95 2 [1993:8]
f5dcb24c
PP
3!end
4
5!macro mix()
6 aa bb m:meow()
7!end
8
9"hello" m:mix()
10---
119:9 - While expanding the macro `mix`:
126:9 - While expanding the macro `meow`:
132:4 - Value 1,993 is outside the 8-bit range when evaluating expression `1993`
This page took 0.023116 seconds and 4 git commands to generate.