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