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