mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-07 13:33:22 +00:00
* remove --lib:lib * added some tests for testatment * tests are addad WIP: add colors switch to tester * meta tester is integrated
9 lines
100 B
Nim
9 lines
100 B
Nim
discard """
|
|
ccodecheck: "baz"
|
|
"""
|
|
|
|
proc foo(): void {.exportc: "bar".}=
|
|
echo "Hello World"
|
|
|
|
foo()
|