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