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