shithub: mc

ref: 5e2dccff3e46d063fed04109f5088c16002a56f5
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")
}