summary refs log tree commit diff stats
path: root/tests/cpp/t8241.nim
blob: 8e98fda10a290b767f00aa88e72b76710bbbaabe (plain) (blame)
1
2
3
4
5
6
7
discard """
  targets: "cpp"
  action: "compile"
"""

proc foo(): cstring {.importcpp: "", dynlib: "".}
echo foo()