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