ref: 607b2662bc1093833bfea0c49236f098271cf348 dir: /test/genericuret.myr/
use std generic work = {val : @a -> `std.Some val } const main = { work(123) std.exit(42) }