mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* Fix 16937: Make --clib option works * Make tests/compiler/tcmdlineclib.nim works from any current dir * Try to fix link error on macosx * Add a comment to tests/compiler/tcmdlineclib.nims Co-authored-by: Clay Sweetser <Varriount@users.noreply.github.com>
3 lines
92 B
Nim
3 lines
92 B
Nim
# Sample library used by tcmdlineclib.nim
|
|
proc test(): int {.cdecl, exportc, dynlib.} = 123
|