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