shithub: mc

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