summary refs log tree commit diff stats
path: root/tests/vm/tnilref.nim
blob: 5e27cf0cba1136d22674a78fe69c1fde573ccda0 (plain) (blame)
1
2
3
4
5
6
7
discard """
  errormsg: "attempt to access a nil address"
"""

static:
    var s: ref int
    s[] = 1