mirror of
https://github.com/nim-lang/Nim.git
synced 2026-01-01 19:02:18 +00:00
fixes #3299
This commit is contained in:
11
tests/cpp/tasync_cpp.nim
Normal file
11
tests/cpp/tasync_cpp.nim
Normal file
@@ -0,0 +1,11 @@
|
||||
discard """
|
||||
cmd: "nim cpp $file"
|
||||
output: "hello"
|
||||
"""
|
||||
|
||||
# bug #3299
|
||||
|
||||
import jester
|
||||
import asyncdispatch, asyncnet
|
||||
|
||||
echo "hello"
|
||||
Reference in New Issue
Block a user