index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
arc
/
tamodule.nim
blob: 1412e0a7c174737a8a4dddf84a75826e645563cd (
plain
) (
blame
)
1
2
3
4
5
6
7
8
9
discard
"""
output: '''
abcde
0
'''
cmd: "nim c --gc:arc
$file
"
"""
import
amodule