Files
Nim/tests/cpp/tfam.nim

7 lines
112 B
Nim

discard """
targets: "cpp"
"""
type
Test {.importcpp, header: "fam.h".} = object
let test = newSeq[Test]()