summary refs log tree commit diff stats
path: root/tests/magics/t20938.nim
blob: 7341cbb917137ea1b68957b329642ba4d992d753 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  cmd: "nim c --mm:refc $file"
  action: "compile"
"""

template foo(x: typed) =
  discard x

foo:
  var x = "hello"
  x.shallowCopy("test")
  true