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