ref: 25be8b19d826b8faf73275e0294f661f1a4c32fe 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] }