ref: 77246bfe1b9f147b1b255e811fb8b2032c49dc9e dir: /test/chartest.myr/
use std const main = { std.assert('a' == '\u{61}', "unicode char values invalid") std.assert('Σ' == '\u{03a3}', "unicode char values invalid") }