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