summary refs log blame commit diff stats
path: root/tests/js/testmagic.nim
blob: 5f793ae052b59d5f0a773948337b6b06766648d3 (plain) (tree)
1
2
3
4
5
6
7
8
9
           




                            

                        
                
discard """
  output: '''true'''
"""

# This file tests some magic

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