mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
10 lines
145 B
Nim
10 lines
145 B
Nim
discard """
|
|
file: "tstmtexp.nim"
|
|
line: 8
|
|
errormsg: "expression '5' is of type 'int literal(5)' and has to be discarded"
|
|
"""
|
|
# Test 3
|
|
|
|
1+4
|
|
|