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