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