summary refs log tree commit diff stats
path: root/tests/newconfig/tfoo.nim
blob: 6654202c5350a6af4a9fca4b60cb8c1f0e5e69f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
discard """
  cmd: "nim default --hint:cc:off --hint:cc $file"
  output: '''hello world! 0.5'''
  nimout: '''[NimScript] exec: gcc -v'''
"""

when not defined(definedefine):
  {.fatal: "wrong nim script configuration".}

import math, mfriends

discard gen[int]()
echo "hello world! ", ln 2.0