summary refs log blame commit diff stats
path: root/tests/cpp/tasync_cpp.nim
blob: 696274ec4763fdc176f1088dd7a10333ad39da5f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
           
                
                 
                                                                     






                              
           
           
 
            
discard """
  targets: "cpp"
  output: "hello"
  cmd: "nim cpp --clearNimblePath --nimblePath:build/deps/pkgs $file"
"""

# bug #3299

import jester
import asyncdispatch, asyncnet

# bug #5081
#import nre

echo "hello"