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