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)