tvalgrind.nim 218 B

12345678910111213141516
  1. discard """
  2. cmd: "nim c --mm:orc -d:useMalloc $file"
  3. valgrind: "true"
  4. """
  5. import std/streams
  6. proc foo() =
  7. var name = newStringStream("2r2")
  8. raise newException(ValueError, "sh")
  9. try:
  10. foo()
  11. except:
  12. discard