Files
Nim/tests/reject/mopaque.nim
2010-02-26 01:26:16 +01:00

6 lines
96 B
Nim
Executable File

type
TLexer* {.final.} = object
line*: int
filename*: string
buffer: cstring