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