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