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