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