Files
Nim/tests/reject/mopaque.nim

8 lines
125 B
Nim

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