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