blob: 50bc1853ceab90cdb6aaa89e9f8e5c0b0112d45c (
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 $file"
"""
# bug #3299
import jester
import asyncdispatch, asyncnet
# bug #5081
#import nre
echo "hello"
|