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

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

import math

echo "hello world! ", ln 2.0