ref: 8e1bb5d4fc204ce149ceb545aef7b783d73641bc 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" std.exit((str[3] : int)) }