tfam.nim 112 B

1234567
  1. discard """
  2. targets: "cpp"
  3. """
  4. type
  5. Test {.importcpp, header: "fam.h".} = object
  6. let test = newSeq[Test]()