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