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