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