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