Files
Nim/tests/cpp/tasync_cpp.nim
2015-10-15 09:31:54 +02:00

12 lines
130 B
Nim

discard """
cmd: "nim cpp $file"
output: "hello"
"""
# bug #3299
import jester
import asyncdispatch, asyncnet
echo "hello"