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

inc(x+1)