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