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