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