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