shithub: mc

ref: 79494c975307b4c5c82c836587002140b31b3b10
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")
}