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