summary refs log blame commit diff stats
path: root/tests/errmsgs/t10594.nim
blob: c9506c5425eb879ac886021b7ec6c467d2d0cf0d (plain) (tree)
1
2
3
4
5
6
7






                                             
discard """
  errormsg: "expression has no address"
  line: 7
"""

template foo(v: varargs[int]) = unsafeAddr v 
foo(1, 2)