1 2 3 4 5 6 7 8 9
discard """ targets: "c" ccodecheck: "baz" """ proc foo(): void {.exportc: "bar".}= echo "Hello World" foo()