summary refs log tree commit diff stats
path: root/tests/misc/tinc.nim
blob: 8038a2a01bf50ed4e79ec452fd717fdd904628b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
discard """
  file: "tinc.nim"
  line: 8
  errormsg: "for a \'var\' type a variable needs to be passed"
"""
var x = 0

inc(x+1)