ref: 9ac459c0cc5beac10be8ba3310af6edd89b1849c 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] }