summaryrefslogtreecommitdiff
path: root/tests/projects/nim/console_with_c/src/main.nim
blob: 1be3abe6984a7a0fc8941d1556afc3a29869704c (plain)
1
2
3
proc foo(n: int): int {.cdecl, importc}

echo foo(2)