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