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