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