This commit is contained in:
Araq
2013-06-04 07:48:46 +02:00
parent b487ebaaba
commit 2f5d5e3ba7
2 changed files with 15 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
discard """
line: 10
errormsg: "value returned by statement has to be discarded"
"""
proc p =
var f: TFile
echo "hi"
open(f, "arg.txt")
p()