ref: 2c8a0da890220d21e84f79b5d70c36e0434081fb 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" -> str[3] }