ref: fb41bc022ada401c69bad8da6802762a7a114803 dir: /test/regex-basic.myr/
use std use "testmatch.use" const main = { testmatch(".*bc", "Abc") testmatch("(a*)*", "a") }