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