t9657.nim 211 B

12345678910
  1. discard """
  2. action: run
  3. exitcode: 1
  4. target: "c"
  5. """
  6. # todo: remove `target: "c"` workaround once #10343 is properly fixed
  7. close stdmsg
  8. const m = "exception!"
  9. discard writeBuffer(stdmsg, cstring(m), m.len)