DEBSOURCES
Skip Quicknav
sources / nim / 2.2.0-1 / tests / cpp / tfam.nim
1234567
discard """ targets: "cpp" """ type Test {.importcpp, header: "fam.h".} = object let test = newSeq[Test]()