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