This commit is contained in:
Araq
2015-10-15 09:31:43 +02:00
parent 7d6c9143d7
commit c97cbe7abd
3 changed files with 37 additions and 1 deletions

11
tests/cpp/tasync_cpp.nim Normal file
View File

@@ -0,0 +1,11 @@
discard """
cmd: "nim cpp $file"
output: "hello"
"""
# bug #3299
import jester
import asyncdispatch, asyncnet
echo "hello"