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