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