DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / types / texportgeneric.nim
12345678
discard """ errormsg: "{.exportc.} not allowed for generic types" line: 6 """ type Struct[T] {.exportc.} = object a:int b: T