ref: 01d9c59aa0f27db7bd3b9b8c1978c9a65c5e60a0 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) }