blob: 77ae35a1596cac27504a6b1bd200c09d12ac959e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
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
|