ref: 4a8bc7aa008f753c082a914a0f95ea3df09d2123 dir: /test/pkgtrait.myr/
use std use regex impl disposable regex.regex# = __dispose__ = {r regex.free(r) } ;; const main = { auto std.try(regex.compile(".*")) std.exit(42) }