ref: 020869f23ed9d0f0ca5b53bdce1f87c05024689f 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") -> 0 }