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