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