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