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