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