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