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