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