mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
* remove tests/deps/ * fix tests * fix tests/manyloc/keineschweine/lib/zlib_helpers.nim * fixup
16 lines
232 B
Nim
16 lines
232 B
Nim
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"
|