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