shithub: mc

ref: e7a0f4791ce20c45129b536d01d1ec977d696521
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")
	-> 0
}