summary refs log tree commit diff stats
path: root/tests/import_in_config
Commit message (Expand)AuthorAgeFilesLines
* fixes a regression that caused --import in a config file to break thingsAndreas Rumpf2016-08-293-0/+2
>)
1
2
3
4
5
6
7
8
9
discard """
errormsg: "cannot assign macro 'm' to 'x2'. Did you mean to call the macro with '()'?"
line: 9
"""

macro m(body: untyped): untyped =
  body

const x2 = m