mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 02:42:05 +00:00
12 lines
254 B
Nim
12 lines
254 B
Nim
discard """
|
|
action: run
|
|
exitcode: 1
|
|
target: "c"
|
|
disabled: "openbsd"
|
|
disabled: "netbsd"
|
|
"""
|
|
# todo: remove `target: "c"` workaround once #10343 is properly fixed
|
|
close stdmsg
|
|
const m = "exception!"
|
|
discard writeBuffer(stdmsg, cstring(m), m.len)
|