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