Files
Nim/tests/cpp/tasync_cpp.nim
2018-08-13 23:16:03 +02:00

16 lines
185 B
Nim

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