mirror of
https://github.com/nim-lang/Nim.git
synced 2026-02-12 14:23:45 +00:00
12 lines
204 B
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
|