diff options
Diffstat (limited to 'tests/cpp/tnativesockets.nim')
-rw-r--r-- | tests/cpp/tnativesockets.nim | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/cpp/tnativesockets.nim b/tests/cpp/tnativesockets.nim new file mode 100644 index 000000000..1284811b5 --- /dev/null +++ b/tests/cpp/tnativesockets.nim @@ -0,0 +1,6 @@ +discard """ + targets: "cpp" +outputsub: "" +""" + +import nativesockets |