summary refs log tree commit diff stats
path: root/tests/pragmas/t8741.nim
blob: 41f2f9e8aede76fbebb6ec0709d52a92481b84b8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  line: 9
  errormsg: "cannot attach a custom pragma to 'a'"
"""

for a {.gensym, inject.} in @[1,2,3]:
  discard

for a {.foobar.} in @[1,2,3]:
  discard