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