This commit is contained in:
Araq
2013-08-31 16:45:10 +02:00
parent b40ab4dc9e
commit 9c6de08db0
2 changed files with 23 additions and 3 deletions

View File

@@ -0,0 +1,17 @@
discard """
line: 11
errormsg: "no symbol to borrow from found"
"""
# bug #516
type
TAtom = culong
proc `==`*(a, b: TAtom): bool {.borrow.}
var
d, e: TAtom
echo( $(d == e) )