shithub: mc

ref: d2672685e9a9e2fe291215f4ca749a29f4e895a1
dir: /test/str.myr/

View raw version
use std
/* checks that string literals are compiled correctly.
exits with ascii 'f', ie, 102. */
const main = {
	var str

	str = "asdf"
	-> str[3]
}