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