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