blob: 7cbf2eb3dd528516f5617398c094010fed73bee0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
discard """
file: "tstmtexp.nim"
line: 8
errormsg: "value returned by statement has to be discarded"
"""
# Test 3
1+4 #ERROR_MSG value returned by statement has to be discarded
|