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