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