mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 17:34:43 +00:00
9 lines
104 B
Nim
9 lines
104 B
Nim
discard """
|
|
errormsg: "type mismatch: got <int>"
|
|
file: "tinc.nim"
|
|
line: 8
|
|
"""
|
|
var x = 0
|
|
|
|
inc(x+1)
|