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