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