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