mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 01:14:41 +00:00
7 lines
101 B
Nim
7 lines
101 B
Nim
discard """
|
|
errormsg: "attempt to access a nil address"
|
|
"""
|
|
|
|
static:
|
|
var s: ref int
|
|
s[] = 1 |