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

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

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