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