mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-31 18:32:11 +00:00
10 lines
185 B
Nim
10 lines
185 B
Nim
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
|
|
|