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