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
/
package_level_objects
/
definefoo.nim
blob: 36576ab59d76aa7c1bed06719c4fb88aa68aac3d (
plain
) (
tree
)
c17f6c783
^
1
2
3
type
Foo
*
{.package.}
=
object
x
,
y
:
int