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

proc noProcVar*(): int = 18