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