t9657.nim 228 B

12345678910111213
  1. discard """
  2. action: run
  3. exitcode: 1
  4. targets: "c cpp"
  5. disabled: "openbsd"
  6. disabled: "netbsd"
  7. """
  8. close stdmsg
  9. const m = "exception!"
  10. # see #10343 for details on this test
  11. discard writeBuffer(stdmsg, cstring(m), m.len)