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