Files
Nim/tests/cpp/tasync_cpp.nim
2024-11-23 22:01:39 +01:00

16 lines
242 B
Nim

discard """
targets: "cpp"
output: "hello"
cmd: "nim cpp --legacy:nostrictdefs --clearNimblePath --nimblePath:build/deps/pkgs2 $file"
"""
# bug #3299
import jester
import asyncdispatch, asyncnet
# bug #5081
#import nre
echo "hello"