ref: 0b1ae8fb344e5e5a26f50fa5c2f0dbb5c1318b87 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)) }