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