ref: 0781d54100ac448eda8cc9e39bd931d47b21988a dir: /test/str.myr/
use std /* checks that string literals are compiled correctly. exits with ascii 'f', ie, 102. */ const main = { var str str = "asdf" -> str[3] }