t17615.nim 204 B

123456789101112
  1. discard """
  2. cmd: "nim doc -r $file"
  3. errormsg: "runnableExamples must appear before the first non-comment statement"
  4. line: 10
  5. """
  6. func fn*() =
  7. ## foo
  8. discard
  9. runnableExamples:
  10. assert true