mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 09:54:49 +00:00
10 lines
129 B
Nim
10 lines
129 B
Nim
discard """
|
|
file: "tstmtexp.nim"
|
|
line: 8
|
|
errormsg: "value of type 'int literal(5)' has to be discarded"
|
|
"""
|
|
# Test 3
|
|
|
|
1+4
|
|
|