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