diff options
Diffstat (limited to 'tests/cpp/tasync_cpp.nim')
-rw-r--r-- | tests/cpp/tasync_cpp.nim | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/cpp/tasync_cpp.nim b/tests/cpp/tasync_cpp.nim new file mode 100644 index 000000000..3f4ec6208 --- /dev/null +++ b/tests/cpp/tasync_cpp.nim @@ -0,0 +1,15 @@ +discard """ + targets: "cpp" + output: "hello" + cmd: "nim cpp --clearNimblePath --nimblePath:build/deps/pkgs2 $file" +""" + +# bug #3299 + +import jester +import asyncdispatch, asyncnet + +# bug #5081 +#import nre + +echo "hello" |