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