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