Files
Nim/tests/nimdoc/t17615.nim

12 lines
204 B
Nim

discard """
cmd: "nim doc -r $file"
errormsg: "runnableExamples must appear before the first non-comment statement"
line: 10
"""
func fn*() =
## foo
discard
runnableExamples:
assert true