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