summary refs log tree commit diff stats
path: root/tests/misc/m15955.nim
blob: 22da345db07020b61d246bfff94a84cf82c3c28c (plain) (blame)
1
2
3
4
proc add*(a, b: int): int {.cdecl, exportc.} =
    a + b
proc sub*(a, b: int): int {.cdecl, exportc.} =
    a - b