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