shithub: mc

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