tasync_cpp.nim 209 B

12345678910111213141516
  1. discard """
  2. targets: "cpp"
  3. output: "hello"
  4. cmd: "nim cpp --nilseqs:on --nimblePath:tests/deps $file"
  5. """
  6. # bug #3299
  7. import jester
  8. import asyncdispatch, asyncnet
  9. # bug #5081
  10. #import nre
  11. echo "hello"