Added a mustfail test

This commit is contained in:
2023-02-05 15:19:04 +00:00
parent 41d274177a
commit 29f8a698b4
2 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{
var s = "foo" - "bar";
}
print "All good";