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