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