Files
Nim/tests/package_level_objects/definefoo.nim
2017-10-29 07:54:39 +01:00

4 lines
47 B
Nim

type
Foo* {.package.} = object
x, y: int