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





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

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

foo()