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