summary refs log tree commit diff stats
path: root/tests/misc/tinc.nim
blob: 91f6223e23d1fdab30ecf141cb16bb9a6147adcb (plain) (blame)
1
2
3
4
5
6
7
8
discard """
  errormsg: "type mismatch: got <int>"
  file: "tinc.nim"
  line: 8
"""
var x = 0

inc(x+1)