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