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