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

echo foo(2)