summary refs log tree commit diff stats
path: root/tests/cpp/tfam.nim
blob: 6bd89fe245c4b5b2fcdb5451ba6272e57d92625f (plain) (blame)
1
2
3
4
5
6
7
discard """
  targets: "cpp"
"""
type 
  Test {.importcpp, header: "fam.h".} = object

let test = newSeq[Test]()