mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
9 lines
154 B
Nim
9 lines
154 B
Nim
discard """
|
|
errormsg: "expression '5' is of type 'int literal(5)' and has to be used (or discarded)"
|
|
file: "tstmtexp.nim"
|
|
line: 8
|
|
"""
|
|
# Test 3
|
|
|
|
1+4
|