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