summary refs log tree commit diff stats
path: root/tests/constr/tnocompiletimefunclambda.nim
blob: d134eea403fd97c40569aef25d3c4c7699acfecf (plain) (blame)
1
2
3
4
5
6
discard """
  errormsg: "request to generate code for .compileTime proc: :anonymous"
"""

let a = func(a: varargs[int]) {.compileTime, closure.} =
  discard a[0]