ref: e2ca5299d6dbc0da053609361789274c02e3a6aa dir: /test/str.myr/
/* checks that string literals are compiled correctly. exits with ascii 'f', ie, 102. */ const main = { var str str = "asdf" -> str[3] }