ref: 4931139165780ca410fe5ab41cac6d1af0af059e 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] }