ref: 2f5e8d6a9a76d8a51a5d33146913cde4530a6501 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)) }