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