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