Files
Nim/tests/module/mopaque.nim
2014-01-13 02:10:03 +01:00

8 lines
125 B
Nim

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