Files
Nim/tests/modules/mopaque.nim
2015-02-10 20:19:45 +01:00

8 lines
125 B
Nim

type
TLexer* {.final.} = object
line*: int
filename*: string
buffer: cstring
proc noProcVar*(): int = 18