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