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