This commit is contained in:
Andreas Rumpf
2019-08-17 21:19:57 +02:00
committed by GitHub
parent b68380f09b
commit 7cb31455ee
5 changed files with 44 additions and 9 deletions

View File

@@ -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)