Files
Nim/tests/js/testmagic.nim

10 lines
135 B
Nim

discard """
output: '''true'''
"""
# This file tests some magic
var foo = cstring("foo")
var bar = cstring("foo")
echo(foo == bar)