summary refs log tree commit diff stats
path: root/tests/reject/mopaque.nim
blob: b7c5180fdf34d87f57f49c8389f4b13f4a33da21 (plain) (blame)
1
2
3
4
5
type
  TLexer* {.final.} = object
    line*: int
    filename*: string
    buffer: cstring