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
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
constr
/
tglobal.nim
blob: 056ac9f81da86bfe52720ae707dd3e117c86c0c1 (
plain
) (
tree
)
e749fc08e
^
1
2
3
4
5
6
7
discard
"""
output: "0"
"""
# b.nim
import
a_module
echo
foo
()