summary refs log blame commit diff stats
path: root/testament/tests/shouldfail/tccodecheck.nim
blob: a8d216a5b24f726c9a29d6fa03b2a8a88c318994 (plain) (tree)
1
2
3
4
5
6
7
8







                                    
discard """
ccodecheck: "baz"
"""

proc foo(): void {.exportc: "bar".}=
  echo "Hello World"

foo()