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