mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-30 01:44:37 +00:00
13 lines
227 B
Nim
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)
|