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