ref: e23ac2b638d3badf2fbffb14050d3a8034069a24 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] }