ref: b1739a7f310d9540f309afda175af2ae5a1dcca9 dir: /libregex/test/failmatch.myr/
use std use regex use "testmatch.use" const main = { testmatch(".*bcd", "Abc") }