summary refs log blame commit diff stats
path: root/tests/module/mopaque.nim
blob: 7eee4bd96f401a6eed74b8527a37447ca742cc9f (plain) (tree)
1
2
3
4
5
6
7
     
                             


                      

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

proc noProcVar*(): int = 18