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