shithub: mc

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