shithub: mc

ref: 290709fdfc3fa92e84f9f2bf214c6a144f24c5ee
dir: /test/chartest.myr/

View raw version
use std

const main = {
	std.assert('a' == '\u{61}', "unicode char values invalid")
	std.assert('Σ' == '\u{03a3}', "unicode char values invalid")
}