ref: 3eebcf6c31e23b12d11332f3b424bfe91dc66dcc dir: /test/str.myr/
/* checks that string literals are compiled correctly. exits with ascii 'f', ie, 102. */ const main = { var str str = "asdf" -> str[3] }