1 2 3 4 5 6 7 8 9 10 11
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)