mirror of
https://github.com/nim-lang/Nim.git
synced 2026-04-22 07:15:22 +00:00
@@ -5,4 +5,5 @@ discard """
|
||||
"""
|
||||
# todo: remove `target: "c"` workaround once #10343 is properly fixed
|
||||
close stdmsg
|
||||
writeLine stdmsg, "exception!"
|
||||
const m = "exception!"
|
||||
discard writeBuffer(stdmsg, cstring(m), m.len)
|
||||
|
||||
Reference in New Issue
Block a user