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