shithub: mc

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