mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
12 lines
134 B
Nim
12 lines
134 B
Nim
discard """
|
|
output: "TEST2"
|
|
"""
|
|
|
|
# bug #2664
|
|
|
|
import mclosed_sym
|
|
|
|
proc same(r:R, d:int) = echo "TEST1"
|
|
|
|
doIt(Data[int](d:123), R())
|