mirror of
https://github.com/nim-lang/Nim.git
synced 2026-08-23 15:11:40 +00:00
4 lines
108 B
Nim
4 lines
108 B
Nim
var exportcTest {.exportc.}: int
|
|
var importcTest {.importc.}: int
|
|
var y* {.importc, header: "test.h".}: int
|