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