Files
Nim/tests/cpp/tasync_cpp.nim
2018-09-14 09:45:03 +02:00

16 lines
209 B
Nim

discard """
targets: "cpp"
output: "hello"
cmd: "nim cpp --nilseqs:on --nimblePath:tests/deps $file"
"""
# bug #3299
import jester
import asyncdispatch, asyncnet
# bug #5081
#import nre
echo "hello"