summary refs log tree commit diff stats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/cpp/tasync_cpp.nim11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim
new file mode 100644
index 000000000..792f2938b
--- /dev/null
+++ b/tests/cpp/tasync_cpp.nim
@@ -0,0 +1,11 @@
+discard """
+  cmd: "nim cpp $file"
+  output: "hello"
+"""
+
+# bug #3299
+
+import jester
+import asyncdispatch, asyncnet
+
+echo "hello"