mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
7 lines
112 B
Nim
7 lines
112 B
Nim
discard """
|
|
targets: "cpp"
|
|
"""
|
|
type
|
|
Test {.importcpp, header: "fam.h".} = object
|
|
|
|
let test = newSeq[Test]() |