summary refs log tree commit diff stats
path: root/tests/cpp/tasync_cpp.nim
blob: bc5d48eb5b52b7fd43bbef335124c1f6bd33e57f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
discard """
  targets: "cpp"
  output: "hello"
  cmd: "nim cpp --nilseqs:on --clearNimblePath --nimblePath:build/deps/pkgs $file"
"""

# bug #3299

import jester
import asyncdispatch, asyncnet

# bug #5081
#import nre

echo "hello"