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