Files
Nim/tests/exception/t9657.nim
2020-06-24 18:00:35 +02:00

13 lines
227 B
Nim

discard """
action: run
exitcode: 1
target: "c cpp"
disabled: "openbsd"
disabled: "netbsd"
"""
close stdmsg
const m = "exception!"
# see #10343 for details on this test
discard writeBuffer(stdmsg, cstring(m), m.len)