summary refs log tree commit diff stats
path: root/tests/js/testmagic.nim
blob: 2c02d24be0b3bdc5d9523bfd77e3e76f1c237131 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
discard """
  cmd: "nimrod js --hints:on -r $# $#"
  output: '''true'''
"""

# This file tests some magic

var foo = cstring("foo")
var bar = cstring("foo")
echo(foo == bar)