ref: 0d44442f0e5519ca65eb787896fbed5ac9246ab1 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] }